Uses of Class
org.apache.qpid.protonj2.types.messaging.Footer
Packages that use Footer
Package
Description
-
Uses of Footer in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return FooterModifier and TypeMethodDescriptionAdvancedMessage.footer()Return the currentFooterassigned to this message, if none was assigned yet then this method returnsnull.Methods in org.apache.qpid.protonj2.client with parameters of type FooterModifier and TypeMethodDescriptionAssign or replace theFooterinstance associated with this message. -
Uses of Footer in org.apache.qpid.protonj2.client.impl
Methods in org.apache.qpid.protonj2.client.impl that return FooterMethods in org.apache.qpid.protonj2.client.impl with parameters of type FooterModifier and TypeMethodDescription -
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