Uses of Class
org.apache.qpid.protonj2.client.StreamDecodeOptions
Packages that use StreamDecodeOptions
-
Uses of StreamDecodeOptions in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return StreamDecodeOptionsModifier and TypeMethodDescriptionstatic StreamDecodeOptionsStreamDecodeOptions.defaultOptions()Creates a defaultStreamDecodeOptionsinstance configured with the client defied defaults for all values.StreamDecodeOptions.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.StreamDecodeOptions.maxArraySize(int maximumSize) Sets the configured maximum size of an encoded array this decoder will allow before it throws anDecodeExceptionto indicate that a rule violation has occurred.StreamDecodeOptions.maxBinarySize(int maximumSize) Gets the configured maximum size of an encoded Binary this decoder will allow before it throws anDecodeExceptionto indicate that a rule violation has occurred.StreamDecodeOptions.maxListSize(int maximumSize) Sets the configured maximum indicated encoded size of a List this decoder will allow before it throws anDecodeExceptionto indicate that a rule violation has occurred.StreamDecodeOptions.maxMapSize(int maximumSize) Sets the configured maximum indicated encoded size of a Map this decoder will allow before it throws anDecodeExceptionto indicate that a rule violation has occurred.StreamDecodeOptions.maxStringSize(int maximumSize) Sets the configured maximum size of an encoded string this decoder will allow before it throws anDecodeExceptionto indicate that a rule violation has occurred.StreamDecodeOptions.maxSymbolSize(int maximumSize) Gets the configured maximum length of an encoded Symbol this decoder will allow before it throws anDecodeExceptionto indicate that a rule violation has occurred.StreamDecodeOptions.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 StreamDecodeOptionsModifier and TypeMethodDescriptionStreamDelivery.annotations(StreamDecodeOptions options) Decodes theStreamDeliverypayload and returns aMapcontaining a copy of any associatedDeliveryAnnotationsthat were transmitted with theMessagepayload of thisStreamDelivery.default StreamReceiverMessageStreamDelivery.message(StreamDecodeOptions options) Decode theStreamDeliverypayload and return anMessageobject. -
Uses of StreamDecodeOptions in org.apache.qpid.protonj2.client.impl
Methods in org.apache.qpid.protonj2.client.impl with parameters of type StreamDecodeOptionsModifier and TypeMethodDescriptionClientStreamDelivery.annotations(StreamDecodeOptions options) ClientStreamDelivery.message(StreamDecodeOptions options)