Uses of Interface
org.apache.qpid.protonj2.codec.decoders.UTF8StreamDecoder
-
Packages that use UTF8StreamDecoder Package Description org.apache.qpid.protonj2.codec.decoders -
-
Uses of UTF8StreamDecoder in org.apache.qpid.protonj2.codec.decoders
Methods in org.apache.qpid.protonj2.codec.decoders that return UTF8StreamDecoder Modifier and Type Method Description UTF8StreamDecoder
ProtonStreamDecoderState. getStringDecoder()
Methods in org.apache.qpid.protonj2.codec.decoders with parameters of type UTF8StreamDecoder Modifier and Type Method Description void
ProtonStreamDecoderState. setStringDecoder(UTF8StreamDecoder stringDecoder)
Sets a custom UTF-8String
decoder that will be used for allString
decoding done from the encoder associated with thisStreamDecoderState
instance.
-