Class ProtonEngineFactory
java.lang.Object
org.apache.qpid.protonj2.engine.impl.ProtonEngineFactory
- All Implemented Interfaces:
- EngineFactory
Factory class for proton Engine creation
- 
Field SummaryFields inherited from interface org.apache.qpid.protonj2.engine.EngineFactoryPROTON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionCreate a new Engine instance with a SASL authentication layer added.Create a new Engine instance that handles only raw AMQP with no SASL layer enabled.
- 
Constructor Details- 
ProtonEngineFactorypublic ProtonEngineFactory()
 
- 
- 
Method Details- 
createEngineDescription copied from interface:EngineFactoryCreate a new Engine instance with a SASL authentication layer added. The returned Engine can either be fully pre-configured for SASL or can require additional user configuration.- Specified by:
- createEnginein interface- EngineFactory
- Returns:
- a new Engine instance that can handle SASL authentication.
 
- 
createNonSaslEngineDescription copied from interface:EngineFactoryCreate a new Engine instance that handles only raw AMQP with no SASL layer enabled.- Specified by:
- createNonSaslEnginein interface- EngineFactory
- Returns:
- a new raw AMQP aware Engine implementation.
 
 
-