Uses of Class
org.apache.qpid.protonj2.types.messaging.DeleteOnClose
-
Packages that use DeleteOnClose Package Description org.apache.qpid.protonj2.codec.decoders.messaging org.apache.qpid.protonj2.codec.encoders.messaging org.apache.qpid.protonj2.types.messaging -
-
Uses of DeleteOnClose in org.apache.qpid.protonj2.codec.decoders.messaging
Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return DeleteOnClose Modifier and Type Method Description DeleteOnClose[]DeleteOnCloseTypeDecoder. readArrayElements(InputStream stream, StreamDecoderState state, int count)DeleteOnClose[]DeleteOnCloseTypeDecoder. readArrayElements(ProtonBuffer buffer, DecoderState state, int count)DeleteOnCloseDeleteOnCloseTypeDecoder. readValue(InputStream stream, StreamDecoderState state)DeleteOnCloseDeleteOnCloseTypeDecoder. readValue(ProtonBuffer buffer, DecoderState state)Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return types with arguments of type DeleteOnClose Modifier and Type Method Description Class<DeleteOnClose>DeleteOnCloseTypeDecoder. getTypeClass() -
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 DeleteOnClose Modifier and Type Method Description Class<DeleteOnClose>DeleteOnCloseTypeEncoder. getTypeClass()Methods in org.apache.qpid.protonj2.codec.encoders.messaging with parameters of type DeleteOnClose Modifier and Type Method Description intDeleteOnCloseTypeEncoder. 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 Modifier and Type Method Description static DeleteOnCloseDeleteOnClose. getInstance()
-