Uses of Class
org.apache.qpid.protonj2.types.messaging.Released
Packages that use Released
Package
Description
-
Uses of Released in org.apache.qpid.protonj2.codec.decoders.messaging
Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return ReleasedModifier and TypeMethodDescriptionReleased[]ReleasedTypeDecoder.readArrayElements(InputStream stream, StreamDecoderState state, int count) Released[]ReleasedTypeDecoder.readArrayElements(ProtonBuffer buffer, DecoderState state, int count) ReleasedTypeDecoder.readValue(InputStream stream, StreamDecoderState state) ReleasedTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return types with arguments of type Released -
Uses of Released in org.apache.qpid.protonj2.codec.encoders.messaging
Methods in org.apache.qpid.protonj2.codec.encoders.messaging that return types with arguments of type ReleasedMethods in org.apache.qpid.protonj2.codec.encoders.messaging with parameters of type ReleasedModifier and TypeMethodDescriptionintReleasedTypeEncoder.getElementCount(Released value) byteReleasedTypeEncoder.getListEncoding(Released value) voidReleasedTypeEncoder.writeElement(Released source, int index, ProtonBuffer buffer, Encoder encoder, EncoderState state) voidReleasedTypeEncoder.writeType(ProtonBuffer buffer, EncoderState state, Released value) -
Uses of Released in org.apache.qpid.protonj2.types.messaging
Methods in org.apache.qpid.protonj2.types.messaging that return Released