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.decodersMethods in org.apache.qpid.protonj2.codec.decoders that return ProtonDecoder Modifier and Type Method Description static ProtonDecoderProtonDecoderFactory. create()static ProtonDecoderProtonDecoderFactory. createSasl()ProtonDecoderProtonDecoderState. getDecoder()<V> ProtonDecoderProtonDecoder. registerDescribedTypeDecoder(DescribedTypeDecoder<V> decoder)Constructors in org.apache.qpid.protonj2.codec.decoders with parameters of type ProtonDecoder Constructor Description ProtonDecoderState(ProtonDecoder decoder)Create a newDecoderStateinstance that is joined forever to the givenDecoder.
 
-