Uses of Class
org.apache.qpid.protonj2.codec.decoders.ProtonDecoderState
Packages that use ProtonDecoderState
-
Uses of ProtonDecoderState in org.apache.qpid.protonj2.codec.decoders
Methods in org.apache.qpid.protonj2.codec.decoders that return ProtonDecoderStateModifier and TypeMethodDescriptionProtonDecoderState.decreaseDepth()ProtonDecoder.getCachedDecoderState()ProtonDecoderState.increaseDepth()ProtonDecoder.newDecoderState()ProtonDecoderState.reset()ProtonDecoderState.setDepthLimit(int limit) ProtonDecoderState.setMaxZeroWidthArrayElements(int maxElements) ProtonDecoderState.setStringDecoder(UTF8Decoder stringDecoder) Sets a custom UTF-8Stringdecoder that will be used for allStringdecoding done from the encoder associated with thisDecoderStateinstance.