Uses of Class
org.apache.qpid.protonj2.types.messaging.DeliveryAnnotations
Packages that use DeliveryAnnotations
Package
Description
-
Uses of DeliveryAnnotations in org.apache.qpid.protonj2.client.impl
Method parameters in org.apache.qpid.protonj2.client.impl with type arguments of type DeliveryAnnotationsModifier and TypeMethodDescriptionstatic Message<?>ClientMessageSupport.decodeMessage(ProtonBuffer buffer, Consumer<DeliveryAnnotations> daConsumer) static Message<?>ClientMessageSupport.decodeMessage(Decoder decoder, ProtonBuffer buffer, Consumer<DeliveryAnnotations> daConsumer) static Message<?>ClientMessageSupport.decodeMessage(Decoder decoder, DecoderState decoderState, ProtonBuffer buffer, Consumer<DeliveryAnnotations> daConsumer) -
Uses of DeliveryAnnotations in org.apache.qpid.protonj2.codec
Methods in org.apache.qpid.protonj2.codec with parameters of type DeliveryAnnotationsModifier and TypeMethodDescriptionvoidSectionEncoder.write(ProtonBuffer buffer, DeliveryAnnotations annotations) Writes the given section using the cached encoder for that section types -
Uses of DeliveryAnnotations in org.apache.qpid.protonj2.codec.decoders.messaging
Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return DeliveryAnnotationsModifier and TypeMethodDescriptionDeliveryAnnotationsTypeDecoder.readArrayElements(InputStream stream, StreamDecoderState state, int count) DeliveryAnnotationsTypeDecoder.readArrayElements(ProtonBuffer buffer, DecoderState state, int count) DeliveryAnnotationsTypeDecoder.readValue(InputStream stream, StreamDecoderState state) DeliveryAnnotationsTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return types with arguments of type DeliveryAnnotations -
Uses of DeliveryAnnotations in org.apache.qpid.protonj2.codec.encoders.messaging
Methods in org.apache.qpid.protonj2.codec.encoders.messaging that return types with arguments of type DeliveryAnnotationsMethods in org.apache.qpid.protonj2.codec.encoders.messaging with parameters of type DeliveryAnnotationsModifier and TypeMethodDescriptionintDeliveryAnnotationsTypeEncoder.getMapSize(DeliveryAnnotations value) booleanDeliveryAnnotationsTypeEncoder.hasMap(DeliveryAnnotations value) voidDeliveryAnnotationsTypeEncoder.writeMapEntries(ProtonBuffer buffer, Encoder encoder, EncoderState state, DeliveryAnnotations annotations) -
Uses of DeliveryAnnotations in org.apache.qpid.protonj2.types.messaging
Methods in org.apache.qpid.protonj2.types.messaging that return DeliveryAnnotations