Uses of Class
org.apache.qpid.protonj2.codec.decoders.ProtonDecoderState
-
Packages that use ProtonDecoderState Package Description org.apache.qpid.protonj2.codec.decoders -
-
Uses of ProtonDecoderState in org.apache.qpid.protonj2.codec.decoders
Methods in org.apache.qpid.protonj2.codec.decoders that return ProtonDecoderState Modifier and Type Method Description ProtonDecoderState
ProtonDecoder. getCachedDecoderState()
ProtonDecoderState
ProtonDecoder. newDecoderState()
ProtonDecoderState
ProtonDecoderState. reset()
ProtonDecoderState
ProtonDecoderState. setStringDecoder(UTF8Decoder stringDecoder)
Sets a custom UTF-8String
decoder that will be used for allString
decoding done from the encoder associated with thisDecoderState
instance.
-