Uses of Class
org.apache.qpid.protonj2.types.transactions.Declared
Packages that use Declared
Package
Description
-
Uses of Declared in org.apache.qpid.protonj2.codec.decoders.transactions
Methods in org.apache.qpid.protonj2.codec.decoders.transactions that return DeclaredModifier and TypeMethodDescriptionDeclared[]DeclaredTypeDecoder.readArrayElements(InputStream stream, StreamDecoderState state, int count) Declared[]DeclaredTypeDecoder.readArrayElements(ProtonBuffer buffer, DecoderState state, int count) DeclaredTypeDecoder.readValue(InputStream stream, StreamDecoderState state) DeclaredTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) Methods in org.apache.qpid.protonj2.codec.decoders.transactions that return types with arguments of type Declared -
Uses of Declared in org.apache.qpid.protonj2.codec.encoders.transactions
Methods in org.apache.qpid.protonj2.codec.encoders.transactions that return types with arguments of type DeclaredMethods in org.apache.qpid.protonj2.codec.encoders.transactions with parameters of type DeclaredModifier and TypeMethodDescriptionintDeclaredTypeEncoder.getElementCount(Declared declared) byteDeclaredTypeEncoder.getListEncoding(Declared value) voidDeclaredTypeEncoder.writeElement(Declared declared, int index, ProtonBuffer buffer, Encoder encoder, EncoderState state) -
Uses of Declared in org.apache.qpid.protonj2.types.transactions
Methods in org.apache.qpid.protonj2.types.transactions that return Declared