Uses of Class
org.apache.qpid.protonj2.types.messaging.Footer
-
-
Uses of Footer in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return Footer Modifier and Type Method Description FooterAdvancedMessage. 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 Footer Modifier and Type Method Description AdvancedMessage<E>AdvancedMessage. footer(Footer footer)Assign 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 Footer Modifier and Type Method Description FooterClientMessage. footer()FooterClientStreamReceiverMessage. footer()Methods in org.apache.qpid.protonj2.client.impl with parameters of type Footer Modifier and Type Method Description ClientMessage<E>ClientMessage. footer(Footer footer)StreamReceiverMessageClientStreamReceiverMessage. footer(Footer footer) -
Uses of Footer in org.apache.qpid.protonj2.codec.decoders.messaging
Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return Footer Modifier and Type Method Description Footer[]FooterTypeDecoder. readArrayElements(java.io.InputStream stream, StreamDecoderState state, int count)Footer[]FooterTypeDecoder. readArrayElements(ProtonBuffer buffer, DecoderState state, int count)FooterFooterTypeDecoder. readValue(java.io.InputStream stream, StreamDecoderState state)FooterFooterTypeDecoder. readValue(ProtonBuffer buffer, DecoderState state)Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return types with arguments of type Footer Modifier and Type Method Description java.lang.Class<Footer>FooterTypeDecoder. getTypeClass() -
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 Footer Modifier and Type Method Description java.lang.Class<Footer>FooterTypeEncoder. getTypeClass()Methods in org.apache.qpid.protonj2.codec.encoders.messaging with parameters of type Footer Modifier and Type Method Description intFooterTypeEncoder. getMapSize(Footer value)booleanFooterTypeEncoder. hasMap(Footer value)voidFooterTypeEncoder. writeMapEntries(ProtonBuffer buffer, 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 Modifier and Type Method Description FooterFooter. copy()
-