Uses of Class
org.apache.qpid.protonj2.client.DecodeOptions
Packages that use DecodeOptions
-
Uses of DecodeOptions in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return DecodeOptionsModifier and TypeMethodDescriptionstatic DecodeOptionsDecodeOptions.defaultOptions()Creates and returns a default decode options instance.DecodeOptions.depthLimit(int depthLimit) Sets the configured maximum depth that nested types such as Lists, Maps and Arrays can have before aDecodeExceptionis thrown to allow the decoder to error in cases where the depth of encoding exceeds what the environment is thought to be able to support.DecodeOptions.maxZeroWidthArrayElements(int maxElements) Sets the configured maximum number of elements that can be decoded from an array encoded with the zero width AMQP types (Null, UInt0.Methods in org.apache.qpid.protonj2.client with parameters of type DecodeOptionsModifier and TypeMethodDescriptionDelivery.annotations(DecodeOptions options) Decodes theDeliverypayload and returns aMapcontaining a copy of any associatedDeliveryAnnotationsthat were transmitted with theMessagepayload of thisDelivery.default <E> Message<E> Delivery.message(DecodeOptions options) -
Uses of DecodeOptions in org.apache.qpid.protonj2.client.impl
Methods in org.apache.qpid.protonj2.client.impl with parameters of type DecodeOptionsModifier and TypeMethodDescriptionClientDelivery.annotations(DecodeOptions options) static Message<?> ClientMessageSupport.decodeMessage(ProtonBuffer buffer, Consumer<DeliveryAnnotations> daConsumer, DecodeOptions options) static Message<?> ClientMessageSupport.decodeMessage(Decoder decoder, ProtonBuffer buffer, Consumer<DeliveryAnnotations> daConsumer, DecodeOptions options) <E> Message<E> ClientDelivery.message(DecodeOptions options)