Uses of Interface
org.apache.qpid.protonj2.codec.encoders.UTF8Encoder
-
Packages that use UTF8Encoder Package Description org.apache.qpid.protonj2.codec.encoders -
-
Uses of UTF8Encoder in org.apache.qpid.protonj2.codec.encoders
Methods in org.apache.qpid.protonj2.codec.encoders that return UTF8Encoder Modifier and Type Method Description UTF8Encoder
ProtonEncoderState. getUTF8Encoder()
Methods in org.apache.qpid.protonj2.codec.encoders with parameters of type UTF8Encoder Modifier and Type Method Description ProtonEncoderState
ProtonEncoderState. setUTF8Encoder(UTF8Encoder utf8Encoder)
Configures a customUTF8Encoder
instance that will be used for all String decoding done by the parentEncoder
instance.
-