Uses of Class
org.apache.qpid.protonj2.types.transport.Close
Packages that use Close
Package
Description
-
Uses of Close in org.apache.qpid.protonj2.codec
Methods in org.apache.qpid.protonj2.codec with parameters of type CloseModifier and TypeMethodDescriptionvoidPerformativeEncoder.handleClose(Close close, ProtonBuffer target, int channel, Encoder encoder) -
Uses of Close in org.apache.qpid.protonj2.codec.decoders.transport
Methods in org.apache.qpid.protonj2.codec.decoders.transport that return CloseModifier and TypeMethodDescriptionClose[]CloseTypeDecoder.readArrayElements(InputStream stream, StreamDecoderState state, int count) Close[]CloseTypeDecoder.readArrayElements(ProtonBuffer buffer, DecoderState state, int count) CloseTypeDecoder.readValue(InputStream stream, StreamDecoderState state) CloseTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) Methods in org.apache.qpid.protonj2.codec.decoders.transport that return types with arguments of type Close -
Uses of Close in org.apache.qpid.protonj2.codec.encoders.transport
Methods in org.apache.qpid.protonj2.codec.encoders.transport that return types with arguments of type CloseMethods in org.apache.qpid.protonj2.codec.encoders.transport with parameters of type CloseModifier and TypeMethodDescriptionintCloseTypeEncoder.getElementCount(Close value) byteCloseTypeEncoder.getListEncoding(Close value) voidCloseTypeEncoder.writeElement(Close close, int index, ProtonBuffer buffer, Encoder encoder, EncoderState state) -
Uses of Close in org.apache.qpid.protonj2.engine.impl
Methods in org.apache.qpid.protonj2.engine.impl with parameters of type CloseModifier and TypeMethodDescriptionvoidProtonConnection.handleClose(Close close, ProtonBuffer payload, int channel, ProtonEngine context) voidProtonPerformativeHandler.handleClose(Close close, ProtonBuffer payload, int channel, EngineHandlerContext context) -
Uses of Close in org.apache.qpid.protonj2.types.transport
Methods in org.apache.qpid.protonj2.types.transport that return CloseModifier and TypeMethodDescriptionClose.copy()Close.setError(ErrorCondition error) Sets the error that should be conveyed with the AMQPClose.Methods in org.apache.qpid.protonj2.types.transport with parameters of type CloseModifier and TypeMethodDescriptiondefault voidPerformative.PerformativeHandler.handleClose(Close close, ProtonBuffer payload, int channel, E context)