Uses of Class
org.apache.qpid.protonj2.codec.decoders.ProtonDecoder
-
Packages that use ProtonDecoder Package Description org.apache.qpid.protonj2.codec.decoders -
-
Uses of ProtonDecoder in org.apache.qpid.protonj2.codec.decoders
Methods in org.apache.qpid.protonj2.codec.decoders that return ProtonDecoder Modifier and Type Method Description static ProtonDecoder
ProtonDecoderFactory. create()
static ProtonDecoder
ProtonDecoderFactory. createSasl()
ProtonDecoder
ProtonDecoderState. getDecoder()
<V> ProtonDecoder
ProtonDecoder. registerDescribedTypeDecoder(DescribedTypeDecoder<V> decoder)
Constructors in org.apache.qpid.protonj2.codec.decoders with parameters of type ProtonDecoder Constructor Description ProtonDecoderState(ProtonDecoder decoder)
Create a newDecoderState
instance that is joined forever to the givenDecoder
.
-