public class EngineFactoryImpl extends ProtonFactoryImpl implements EngineFactory
ProtonFactory.ImplementationType
Constructor and Description |
---|
EngineFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
ProtonJConnection |
createConnection() |
ProtonJSslDomain |
createSslDomain() |
ProtonJSslPeerDetails |
createSslPeerDetails(String hostname,
int port) |
ProtonJTransport |
createTransport() |
getImplementationType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getImplementationType
public ProtonJConnection createConnection()
createConnection
in interface EngineFactory
public ProtonJTransport createTransport()
createTransport
in interface EngineFactory
public ProtonJSslDomain createSslDomain()
createSslDomain
in interface EngineFactory
public ProtonJSslPeerDetails createSslPeerDetails(String hostname, int port)
createSslPeerDetails
in interface EngineFactory
Copyright © 2013 The Apache Software Foundation. All rights reserved.