Uses of Class
org.apache.qpid.protonj2.types.transactions.Declare
Packages that use Declare
Package
Description
-
Uses of Declare in org.apache.qpid.protonj2.codec.decoders.transactions
Methods in org.apache.qpid.protonj2.codec.decoders.transactions that return DeclareModifier and TypeMethodDescriptionDeclare[]DeclareTypeDecoder.readArrayElements(InputStream stream, StreamDecoderState state, int count) Declare[]DeclareTypeDecoder.readArrayElements(ProtonBuffer buffer, DecoderState state, int count) DeclareTypeDecoder.readValue(InputStream stream, StreamDecoderState state) DeclareTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) Methods in org.apache.qpid.protonj2.codec.decoders.transactions that return types with arguments of type Declare -
Uses of Declare in org.apache.qpid.protonj2.codec.encoders.transactions
Methods in org.apache.qpid.protonj2.codec.encoders.transactions that return types with arguments of type DeclareMethods in org.apache.qpid.protonj2.codec.encoders.transactions with parameters of type DeclareModifier and TypeMethodDescriptionintDeclareTypeEncoder.getElementCount(Declare declare) byteDeclareTypeEncoder.getListEncoding(Declare value) voidDeclareTypeEncoder.writeElement(Declare declare, int index, ProtonBuffer buffer, Encoder encoder, EncoderState state) -
Uses of Declare in org.apache.qpid.protonj2.types.transactions
Methods in org.apache.qpid.protonj2.types.transactions that return Declare