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.decodersMethods in org.apache.qpid.protonj2.codec.decoders that return ProtonDecoderState Modifier and Type Method Description ProtonDecoderStateProtonDecoder. getCachedDecoderState()ProtonDecoderStateProtonDecoder. newDecoderState()ProtonDecoderStateProtonDecoderState. reset()ProtonDecoderStateProtonDecoderState. setStringDecoder(UTF8Decoder stringDecoder)Sets a custom UTF-8Stringdecoder that will be used for allStringdecoding done from the encoder associated with thisDecoderStateinstance.
 
-