Uses of Class
org.apache.qpid.protonj2.types.transport.Attach
-
-
Uses of Attach in org.apache.qpid.protonj2.codec.decoders.transport
Methods in org.apache.qpid.protonj2.codec.decoders.transport that return Attach Modifier and Type Method Description Attach[]AttachTypeDecoder. readArrayElements(java.io.InputStream stream, StreamDecoderState state, int count)Attach[]AttachTypeDecoder. readArrayElements(ProtonBuffer buffer, DecoderState state, int count)AttachAttachTypeDecoder. readValue(java.io.InputStream stream, StreamDecoderState state)AttachAttachTypeDecoder. readValue(ProtonBuffer buffer, DecoderState state)Methods in org.apache.qpid.protonj2.codec.decoders.transport that return types with arguments of type Attach Modifier and Type Method Description java.lang.Class<Attach>AttachTypeDecoder. getTypeClass() -
Uses of Attach in org.apache.qpid.protonj2.codec.encoders.transport
Methods in org.apache.qpid.protonj2.codec.encoders.transport that return types with arguments of type Attach Modifier and Type Method Description java.lang.Class<Attach>AttachTypeEncoder. getTypeClass()Methods in org.apache.qpid.protonj2.codec.encoders.transport with parameters of type Attach Modifier and Type Method Description intAttachTypeEncoder. getElementCount(Attach attach)byteAttachTypeEncoder. getListEncoding(Attach value)voidAttachTypeEncoder. writeElement(Attach attach, int index, ProtonBuffer buffer, EncoderState state) -
Uses of Attach in org.apache.qpid.protonj2.engine.impl
Fields in org.apache.qpid.protonj2.engine.impl declared as Attach Modifier and Type Field Description protected AttachProtonLink. localAttachprotected AttachProtonLink. remoteAttachMethods in org.apache.qpid.protonj2.engine.impl with parameters of type Attach Modifier and Type Method Description voidProtonConnection. handleAttach(Attach attach, ProtonBuffer payload, int channel, ProtonEngine context)voidProtonPerformativeHandler. handleAttach(Attach attach, ProtonBuffer payload, int channel, EngineHandlerContext context)protected abstract LProtonLink. handleRemoteAttach(Attach attach)protected ProtonReceiverProtonReceiver. handleRemoteAttach(Attach attach)protected ProtonSenderProtonSender. handleRemoteAttach(Attach attach) -
Uses of Attach in org.apache.qpid.protonj2.types.transport
Methods in org.apache.qpid.protonj2.types.transport that return Attach Modifier and Type Method Description AttachAttach. copy()AttachAttach. setCoordinator(Coordinator target)AttachAttach. setDesiredCapabilities(Symbol... desiredCapabilities)AttachAttach. setHandle(int handle)AttachAttach. setHandle(long handle)AttachAttach. setIncompleteUnsettled(boolean incompleteUnsettled)AttachAttach. setInitialDeliveryCount(int initialDeliveryCount)AttachAttach. setInitialDeliveryCount(long initialDeliveryCount)AttachAttach. setMaxMessageSize(long maxMessageSize)AttachAttach. setMaxMessageSize(UnsignedLong maxMessageSize)AttachAttach. setName(java.lang.String name)AttachAttach. setOfferedCapabilities(Symbol... offeredCapabilities)AttachAttach. setProperties(java.util.Map<Symbol,java.lang.Object> properties)AttachAttach. setReceiverSettleMode(ReceiverSettleMode rcvSettleMode)AttachAttach. setRole(Role role)AttachAttach. setSenderSettleMode(SenderSettleMode sndSettleMode)AttachAttach. setSource(Source source)AttachAttach. setTarget(Target target)AttachAttach. setTarget(Terminus target)AttachAttach. setTarget(Coordinator target)AttachAttach. setUnsettled(java.util.Map<Binary,DeliveryState> unsettled)Methods in org.apache.qpid.protonj2.types.transport with parameters of type Attach Modifier and Type Method Description default voidPerformative.PerformativeHandler. handleAttach(Attach attach, ProtonBuffer payload, int channel, E context)
-