Uses of Class
org.apache.qpid.protonj2.types.transport.Attach
-
-
Uses of Attach in org.apache.qpid.protonj2.codec
Methods in org.apache.qpid.protonj2.codec with parameters of type Attach Modifier and Type Method Description voidPerformativeEncoder. 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 Attach Modifier and Type Method Description Attach[]AttachTypeDecoder. readArrayElements(InputStream stream, StreamDecoderState state, int count)Attach[]AttachTypeDecoder. readArrayElements(ProtonBuffer buffer, DecoderState state, int count)AttachAttachTypeDecoder. readValue(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 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 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, Encoder encoder, 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 with parameters of type Attach Modifier and Type Method Description default voidPerformative.PerformativeHandler. handleAttach(Attach attach, ProtonBuffer payload, int channel, E context)
-