Uses of Class
org.apache.qpid.protonj2.codec.decoders.ProtonStreamDecoderState
Packages that use ProtonStreamDecoderState
-
Uses of ProtonStreamDecoderState in org.apache.qpid.protonj2.codec.decoders
Methods in org.apache.qpid.protonj2.codec.decoders that return ProtonStreamDecoderStateModifier and TypeMethodDescriptionProtonStreamDecoderState.decreaseDepth()ProtonStreamDecoder.getCachedDecoderState()ProtonStreamDecoderState.increaseDepth()ProtonStreamDecoder.newDecoderState()ProtonStreamDecoderState.reset()ProtonStreamDecoderState.setDepthLimit(int limit) ProtonStreamDecoderState.setMaxArraySize(int maxArrayLength) ProtonStreamDecoderState.setMaxBinarySize(int maxBinaryLength) ProtonStreamDecoderState.setMaxListSize(int maxListSize) ProtonStreamDecoderState.setMaxMapSize(int maxMapSize) ProtonStreamDecoderState.setMaxStringSize(int maxStringLength) ProtonStreamDecoderState.setMaxSymbolSize(int maxSymbolLength) ProtonStreamDecoderState.setMaxZeroWidthArrayElements(int maxElements)