Uses of Class
org.apache.qpid.protonj2.types.messaging.Footer
Packages that use Footer
Package
Description
-
Uses of Footer in org.apache.qpid.protonj2.codec
Methods in org.apache.qpid.protonj2.codec with parameters of type FooterModifier and TypeMethodDescriptionvoidSectionEncoder.write(ProtonBuffer buffer, Footer footer) Writes the given section using the cached encoder for that section types -
Uses of Footer in org.apache.qpid.protonj2.codec.decoders.messaging
Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return FooterModifier and TypeMethodDescriptionFooter[]FooterTypeDecoder.readArrayElements(InputStream stream, StreamDecoderState state, int count) Footer[]FooterTypeDecoder.readArrayElements(ProtonBuffer buffer, DecoderState state, int count) FooterTypeDecoder.readValue(InputStream stream, StreamDecoderState state) FooterTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return types with arguments of type Footer -
Uses of Footer in org.apache.qpid.protonj2.codec.encoders.messaging
Methods in org.apache.qpid.protonj2.codec.encoders.messaging that return types with arguments of type FooterMethods in org.apache.qpid.protonj2.codec.encoders.messaging with parameters of type FooterModifier and TypeMethodDescriptionintFooterTypeEncoder.getMapSize(Footer value) booleanvoidFooterTypeEncoder.writeMapEntries(ProtonBuffer buffer, Encoder encoder, EncoderState state, Footer footers) -
Uses of Footer in org.apache.qpid.protonj2.types.messaging
Methods in org.apache.qpid.protonj2.types.messaging that return Footer