Uses of Class
org.apache.qpid.protonj2.codec.decoders.ProtonDecoder
-
Uses of ProtonDecoder in org.apache.qpid.protonj2.codec.decoders
Modifier and TypeMethodDescriptionstatic ProtonDecoder
ProtonDecoderFactory.create()
static ProtonDecoder
ProtonDecoderFactory.createSasl()
ProtonDecoderState.getDecoder()
<V> ProtonDecoder
ProtonDecoder.registerDescribedTypeDecoder
(DescribedTypeDecoder<V> decoder) ModifierConstructorDescriptionProtonDecoderState
(ProtonDecoder decoder) Create a newDecoderState
instance that is joined forever to the givenDecoder
.