Uses of Class
org.apache.qpid.protonj2.types.messaging.DeliveryAnnotations
-
-
Uses of DeliveryAnnotations in org.apache.qpid.protonj2.client.impl
Method parameters in org.apache.qpid.protonj2.client.impl with type arguments of type DeliveryAnnotations Modifier and Type Method Description static 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 DeliveryAnnotations Modifier and Type Method Description voidSectionEncoder. 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 DeliveryAnnotations Modifier and Type Method Description DeliveryAnnotations[]DeliveryAnnotationsTypeDecoder. readArrayElements(InputStream stream, StreamDecoderState state, int count)DeliveryAnnotations[]DeliveryAnnotationsTypeDecoder. readArrayElements(ProtonBuffer buffer, DecoderState state, int count)DeliveryAnnotationsDeliveryAnnotationsTypeDecoder. readValue(InputStream stream, StreamDecoderState state)DeliveryAnnotationsDeliveryAnnotationsTypeDecoder. readValue(ProtonBuffer buffer, DecoderState state)Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return types with arguments of type DeliveryAnnotations Modifier and Type Method Description Class<DeliveryAnnotations>DeliveryAnnotationsTypeDecoder. getTypeClass() -
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 DeliveryAnnotations Modifier and Type Method Description Class<DeliveryAnnotations>DeliveryAnnotationsTypeEncoder. getTypeClass()Methods in org.apache.qpid.protonj2.codec.encoders.messaging with parameters of type DeliveryAnnotations Modifier and Type Method Description intDeliveryAnnotationsTypeEncoder. 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 Modifier and Type Method Description DeliveryAnnotationsDeliveryAnnotations. copy()
-