Uses of Class
org.apache.qpid.protonj2.types.transport.Close
-
-
Uses of Close in org.apache.qpid.protonj2.codec.decoders.transport
Methods in org.apache.qpid.protonj2.codec.decoders.transport that return Close Modifier and Type Method Description Close[]CloseTypeDecoder. readArrayElements(java.io.InputStream stream, StreamDecoderState state, int count)Close[]CloseTypeDecoder. readArrayElements(ProtonBuffer buffer, DecoderState state, int count)CloseCloseTypeDecoder. readValue(java.io.InputStream stream, StreamDecoderState state)CloseCloseTypeDecoder. readValue(ProtonBuffer buffer, DecoderState state)Methods in org.apache.qpid.protonj2.codec.decoders.transport that return types with arguments of type Close Modifier and Type Method Description java.lang.Class<Close>CloseTypeDecoder. getTypeClass() -
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 Close Modifier and Type Method Description java.lang.Class<Close>CloseTypeEncoder. getTypeClass()Methods in org.apache.qpid.protonj2.codec.encoders.transport with parameters of type Close Modifier and Type Method Description intCloseTypeEncoder. getElementCount(Close value)byteCloseTypeEncoder. getListEncoding(Close value)voidCloseTypeEncoder. writeElement(Close close, int index, ProtonBuffer buffer, EncoderState state) -
Uses of Close in org.apache.qpid.protonj2.engine.impl
Methods in org.apache.qpid.protonj2.engine.impl with parameters of type Close Modifier and Type Method Description voidProtonConnection. 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 Close Modifier and Type Method Description CloseClose. copy()CloseClose. 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 Close Modifier and Type Method Description default voidPerformative.PerformativeHandler. handleClose(Close close, ProtonBuffer payload, int channel, E context)
-