Uses of Class
org.apache.qpid.protonj2.types.messaging.DeleteOnClose
Packages that use DeleteOnClose
Package
Description
-
Uses of DeleteOnClose in org.apache.qpid.protonj2.codec.decoders.messaging
Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return DeleteOnCloseModifier and TypeMethodDescriptionDeleteOnCloseTypeDecoder.readArrayElements(InputStream stream, StreamDecoderState state, int count) DeleteOnCloseTypeDecoder.readArrayElements(ProtonBuffer buffer, DecoderState state, int count) DeleteOnCloseTypeDecoder.readValue(InputStream stream, StreamDecoderState state) DeleteOnCloseTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return types with arguments of type DeleteOnClose -
Uses of DeleteOnClose in org.apache.qpid.protonj2.codec.encoders.messaging
Methods in org.apache.qpid.protonj2.codec.encoders.messaging that return types with arguments of type DeleteOnCloseMethods in org.apache.qpid.protonj2.codec.encoders.messaging with parameters of type DeleteOnCloseModifier and TypeMethodDescriptionintDeleteOnCloseTypeEncoder.getElementCount(DeleteOnClose value) byteDeleteOnCloseTypeEncoder.getListEncoding(DeleteOnClose value) voidDeleteOnCloseTypeEncoder.writeElement(DeleteOnClose source, int index, ProtonBuffer buffer, Encoder encoder, EncoderState state) -
Uses of DeleteOnClose in org.apache.qpid.protonj2.types.messaging
Methods in org.apache.qpid.protonj2.types.messaging that return DeleteOnClose