Uses of Interface
org.apache.qpid.protonj2.codec.decoders.UTF8Decoder
-
Packages that use UTF8Decoder Package Description org.apache.qpid.protonj2.codec.decoders -
-
Uses of UTF8Decoder in org.apache.qpid.protonj2.codec.decoders
Methods in org.apache.qpid.protonj2.codec.decoders that return UTF8Decoder Modifier and Type Method Description UTF8Decoder
ProtonDecoderState. getStringDecoder()
Methods in org.apache.qpid.protonj2.codec.decoders with parameters of type UTF8Decoder Modifier and Type Method Description 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.
-