Uses of Class
org.apache.qpid.protonj2.types.messaging.Header
Packages that use Header
Package
Description
-
Uses of Header in org.apache.qpid.protonj2.codec
Methods in org.apache.qpid.protonj2.codec with parameters of type HeaderModifier and TypeMethodDescriptionvoidSectionEncoder.write(ProtonBuffer buffer, Header header) Writes the given section using the cached encoder for that section types -
Uses of Header in org.apache.qpid.protonj2.codec.decoders.messaging
Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return HeaderModifier and TypeMethodDescriptionHeader[]HeaderTypeDecoder.readArrayElements(InputStream stream, StreamDecoderState state, int count) Header[]HeaderTypeDecoder.readArrayElements(ProtonBuffer buffer, DecoderState state, int count) HeaderTypeDecoder.readValue(InputStream stream, StreamDecoderState state) HeaderTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return types with arguments of type Header -
Uses of Header in org.apache.qpid.protonj2.codec.encoders.messaging
Methods in org.apache.qpid.protonj2.codec.encoders.messaging that return types with arguments of type HeaderMethods in org.apache.qpid.protonj2.codec.encoders.messaging with parameters of type HeaderModifier and TypeMethodDescriptionintHeaderTypeEncoder.getElementCount(Header header) byteHeaderTypeEncoder.getListEncoding(Header value) voidHeaderTypeEncoder.writeElement(Header header, int index, ProtonBuffer buffer, Encoder encoder, EncoderState state) -
Uses of Header in org.apache.qpid.protonj2.types.messaging
Methods in org.apache.qpid.protonj2.types.messaging that return HeaderModifier and TypeMethodDescriptionHeader.clearDeliveryCount()Header.clearDurable()Header.clearFirstAcquirer()Header.clearPriority()Header.clearTimeToLive()Header.copy()Header.getValue()Header.reset()Header.setDeliveryCount(int value) Header.setDeliveryCount(long value) Header.setDurable(boolean value) Header.setFirstAcquirer(boolean value) Header.setPriority(byte value) Header.setTimeToLive(int value) Header.setTimeToLive(long value) Constructors in org.apache.qpid.protonj2.types.messaging with parameters of type Header