Class ProtonDecoderFactory
- java.lang.Object
-
- org.apache.qpid.protonj2.codec.decoders.ProtonDecoderFactory
-
public final class ProtonDecoderFactory extends Object
Factory that create and initializes new BuiltinDecoder instances
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ProtonDecoder
create()
static ProtonDecoder
createSasl()
-
-
-
Method Detail
-
create
public static ProtonDecoder create()
- Returns:
- a new
ProtonDecoder
instance that only decodes AMQP types.
-
createSasl
public static ProtonDecoder createSasl()
- Returns:
- a new
ProtonDecoder
instance that only decodes SASL types.
-
-