Uses of Class
org.apache.qpid.protonj2.types.transport.SenderSettleMode
-
Packages that use SenderSettleMode Package Description org.apache.qpid.protonj2.engine org.apache.qpid.protonj2.engine.impl org.apache.qpid.protonj2.types.transport -
-
Uses of SenderSettleMode in org.apache.qpid.protonj2.engine
Methods in org.apache.qpid.protonj2.engine that return SenderSettleMode Modifier and Type Method Description SenderSettleModeLink. getRemoteSenderSettleMode()Gets the remote link sender settlement mode, as conveyed from the peer via the Attach frame when attaching the link to the session.SenderSettleModeLink. getSenderSettleMode()Gets the local link sender settlement mode.Methods in org.apache.qpid.protonj2.engine with parameters of type SenderSettleMode Modifier and Type Method Description LLink. setSenderSettleMode(SenderSettleMode senderSettleMode)Sets the sender settle mode. -
Uses of SenderSettleMode in org.apache.qpid.protonj2.engine.impl
Methods in org.apache.qpid.protonj2.engine.impl that return SenderSettleMode Modifier and Type Method Description SenderSettleModeProtonLink. getRemoteSenderSettleMode()SenderSettleModeProtonLink. getSenderSettleMode()Methods in org.apache.qpid.protonj2.engine.impl with parameters of type SenderSettleMode Modifier and Type Method Description LProtonLink. setSenderSettleMode(SenderSettleMode senderSettleMode) -
Uses of SenderSettleMode in org.apache.qpid.protonj2.types.transport
Methods in org.apache.qpid.protonj2.types.transport that return SenderSettleMode Modifier and Type Method Description SenderSettleModeAttach. getSenderSettleMode()static SenderSettleModeSenderSettleMode. valueOf(byte value)Returns the enum constant of this type with the specified name.static SenderSettleModeSenderSettleMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SenderSettleModeSenderSettleMode. valueOf(UnsignedByte value)Returns the enum constant of this type with the specified name.static SenderSettleMode[]SenderSettleMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.qpid.protonj2.types.transport with parameters of type SenderSettleMode Modifier and Type Method Description AttachAttach. setSenderSettleMode(SenderSettleMode sndSettleMode)
-