Class Attach
java.lang.Object
org.apache.qpid.protonj2.types.transport.Attach
- All Implemented Interfaces:
Performative
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.qpid.protonj2.types.transport.Performative
Performative.PerformativeHandler<E>, Performative.PerformativeType -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()Symbol[]intlongbooleanlonggetName()Symbol[]getRole()<T extends Terminus>
TbooleanbooleanbooleanhasElement(int index) booleanbooleanbooleanbooleanbooleanhasName()booleanbooleanbooleanbooleanhasRole()booleanbooleanbooleanbooleanboolean<E> voidinvoke(Performative.PerformativeHandler<E> handler, ProtonBuffer payload, int channel, E context) booleanisEmpty()setCoordinator(Coordinator target) setDesiredCapabilities(Symbol... desiredCapabilities) setHandle(int handle) setHandle(long handle) setIncompleteUnsettled(boolean incompleteUnsettled) setInitialDeliveryCount(int initialDeliveryCount) setInitialDeliveryCount(long initialDeliveryCount) setMaxMessageSize(long maxMessageSize) setMaxMessageSize(UnsignedLong maxMessageSize) setOfferedCapabilities(Symbol... offeredCapabilities) setProperties(Map<Symbol, Object> properties) setReceiverSettleMode(ReceiverSettleMode rcvSettleMode) setSenderSettleMode(SenderSettleMode sndSettleMode) setTarget(Coordinator target) setUnsettled(Map<Binary, DeliveryState> unsettled) toString()
-
Field Details
-
DESCRIPTOR_CODE
-
DESCRIPTOR_SYMBOL
-
-
Constructor Details
-
Attach
public Attach()
-
-
Method Details
-
getPerformativeType
- Specified by:
getPerformativeTypein interfacePerformative
-
copy
- Specified by:
copyin interfacePerformative
-
isEmpty
public boolean isEmpty() -
getElementCount
public int getElementCount() -
hasElement
public boolean hasElement(int index) -
hasName
public boolean hasName() -
hasHandle
public boolean hasHandle() -
hasRole
public boolean hasRole() -
hasSenderSettleMode
public boolean hasSenderSettleMode() -
hasReceiverSettleMode
public boolean hasReceiverSettleMode() -
hasSource
public boolean hasSource() -
hasTargetOrCoordinator
public boolean hasTargetOrCoordinator() -
hasTarget
public boolean hasTarget() -
hasCoordinator
public boolean hasCoordinator() -
hasUnsettled
public boolean hasUnsettled() -
hasIncompleteUnsettled
public boolean hasIncompleteUnsettled() -
hasInitialDeliveryCount
public boolean hasInitialDeliveryCount() -
hasMaxMessageSize
public boolean hasMaxMessageSize() -
hasOfferedCapabilities
public boolean hasOfferedCapabilities() -
hasDesiredCapabilities
public boolean hasDesiredCapabilities() -
hasProperties
public boolean hasProperties() -
getName
-
setName
-
getHandle
public long getHandle() -
setHandle
-
setHandle
-
getRole
-
setRole
-
getSenderSettleMode
-
setSenderSettleMode
-
getReceiverSettleMode
-
setReceiverSettleMode
-
getSource
-
setSource
-
getTarget
-
setTarget
-
setTarget
-
setTarget
-
setCoordinator
-
getUnsettled
-
setUnsettled
-
getIncompleteUnsettled
public boolean getIncompleteUnsettled() -
setIncompleteUnsettled
-
getInitialDeliveryCount
public long getInitialDeliveryCount() -
setInitialDeliveryCount
-
setInitialDeliveryCount
-
getMaxMessageSize
-
setMaxMessageSize
-
setMaxMessageSize
-
getOfferedCapabilities
-
setOfferedCapabilities
-
getDesiredCapabilities
-
setDesiredCapabilities
-
getProperties
-
setProperties
-
invoke
public <E> void invoke(Performative.PerformativeHandler<E> handler, ProtonBuffer payload, int channel, E context) - Specified by:
invokein interfacePerformative
-
toString
-