Uses of Class
org.apache.qpid.protonj2.types.transport.End
Packages that use End
Package
Description
-
Uses of End in org.apache.qpid.protonj2.codec
Methods in org.apache.qpid.protonj2.codec with parameters of type EndModifier and TypeMethodDescriptionvoidPerformativeEncoder.handleEnd(End end, ProtonBuffer target, int channel, Encoder encoder) -
Uses of End in org.apache.qpid.protonj2.codec.decoders.transport
Methods in org.apache.qpid.protonj2.codec.decoders.transport that return EndModifier and TypeMethodDescriptionEnd[]EndTypeDecoder.readArrayElements(InputStream stream, StreamDecoderState state, int count) End[]EndTypeDecoder.readArrayElements(ProtonBuffer buffer, DecoderState state, int count) EndTypeDecoder.readValue(InputStream stream, StreamDecoderState state) EndTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) Methods in org.apache.qpid.protonj2.codec.decoders.transport that return types with arguments of type End -
Uses of End in org.apache.qpid.protonj2.codec.encoders.transport
Methods in org.apache.qpid.protonj2.codec.encoders.transport that return types with arguments of type EndMethods in org.apache.qpid.protonj2.codec.encoders.transport with parameters of type EndModifier and TypeMethodDescriptionintEndTypeEncoder.getElementCount(End end) byteEndTypeEncoder.getListEncoding(End value) voidEndTypeEncoder.writeElement(End end, int index, ProtonBuffer buffer, Encoder encoder, EncoderState state) -
Uses of End in org.apache.qpid.protonj2.engine.impl
Methods in org.apache.qpid.protonj2.engine.impl with parameters of type EndModifier and TypeMethodDescriptionvoidProtonConnection.handleEnd(End end, ProtonBuffer payload, int channel, ProtonEngine context) voidProtonPerformativeHandler.handleEnd(End end, ProtonBuffer payload, int channel, EngineHandlerContext context) -
Uses of End in org.apache.qpid.protonj2.types.transport
Methods in org.apache.qpid.protonj2.types.transport that return EndMethods in org.apache.qpid.protonj2.types.transport with parameters of type EndModifier and TypeMethodDescriptiondefault voidPerformative.PerformativeHandler.handleEnd(End end, ProtonBuffer payload, int channel, E context)