Uses of Class
org.apache.qpid.protonj2.types.transport.Attach
Packages that use Attach
Package
Description
-
Uses of Attach in org.apache.qpid.protonj2.codec
Methods in org.apache.qpid.protonj2.codec with parameters of type AttachModifier and TypeMethodDescriptionvoidPerformativeEncoder.handleAttach(Attach attach, ProtonBuffer target, int channel, Encoder encoder) -
Uses of Attach in org.apache.qpid.protonj2.codec.decoders.transport
Methods in org.apache.qpid.protonj2.codec.decoders.transport that return AttachModifier and TypeMethodDescriptionAttach[]AttachTypeDecoder.readArrayElements(InputStream stream, StreamDecoderState state, int count) Attach[]AttachTypeDecoder.readArrayElements(ProtonBuffer buffer, DecoderState state, int count) AttachTypeDecoder.readValue(InputStream stream, StreamDecoderState state) AttachTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) Methods in org.apache.qpid.protonj2.codec.decoders.transport that return types with arguments of type Attach -
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 AttachMethods in org.apache.qpid.protonj2.codec.encoders.transport with parameters of type AttachModifier and TypeMethodDescriptionintAttachTypeEncoder.getElementCount(Attach attach) byteAttachTypeEncoder.getListEncoding(Attach value) voidAttachTypeEncoder.writeElement(Attach attach, int index, ProtonBuffer buffer, Encoder encoder, EncoderState state) -
Uses of Attach in org.apache.qpid.protonj2.engine.impl
Fields in org.apache.qpid.protonj2.engine.impl declared as AttachModifier and TypeFieldDescriptionprotected final AttachProtonLink.localAttachprotected AttachProtonLink.remoteAttachMethods in org.apache.qpid.protonj2.engine.impl with parameters of type AttachModifier and TypeMethodDescriptionvoidProtonConnection.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 final ProtonReceiverProtonReceiver.handleRemoteAttach(Attach attach) protected final ProtonSenderProtonSender.handleRemoteAttach(Attach attach) -
Uses of Attach in org.apache.qpid.protonj2.types.transport
Methods in org.apache.qpid.protonj2.types.transport that return AttachModifier and TypeMethodDescriptionAttach.copy()Attach.setCoordinator(Coordinator target) Attach.setDesiredCapabilities(Symbol... desiredCapabilities) Attach.setHandle(int handle) Attach.setHandle(long handle) Attach.setIncompleteUnsettled(boolean incompleteUnsettled) Attach.setInitialDeliveryCount(int initialDeliveryCount) Attach.setInitialDeliveryCount(long initialDeliveryCount) Attach.setMaxMessageSize(long maxMessageSize) Attach.setMaxMessageSize(UnsignedLong maxMessageSize) Attach.setOfferedCapabilities(Symbol... offeredCapabilities) Attach.setProperties(Map<Symbol, Object> properties) Attach.setReceiverSettleMode(ReceiverSettleMode rcvSettleMode) Attach.setSenderSettleMode(SenderSettleMode sndSettleMode) Attach.setTarget(Coordinator target) Attach.setUnsettled(Map<Binary, DeliveryState> unsettled) Methods in org.apache.qpid.protonj2.types.transport with parameters of type AttachModifier and TypeMethodDescriptiondefault voidPerformative.PerformativeHandler.handleAttach(Attach attach, ProtonBuffer payload, int channel, E context)