public class InVMConnectorFactory extends Object implements ConnectorFactory
| Constructor and Description |
|---|
InVMConnectorFactory() |
| Modifier and Type | Method and Description |
|---|---|
Connector |
createConnector(Map<String,Object> configuration,
BufferHandler handler,
ClientConnectionLifeCycleListener listener,
Executor closeExecutor,
Executor threadPool,
ScheduledExecutorService scheduledThreadPool,
ClientProtocolManager protocolManager)
creates a new instance of a connector.
|
Map<String,Object> |
getDefaults() |
boolean |
isReliable()
Indicates if connectors from this factory are reliable or not.
|
public Connector createConnector(Map<String,Object> configuration, BufferHandler handler, ClientConnectionLifeCycleListener listener, Executor closeExecutor, Executor threadPool, ScheduledExecutorService scheduledThreadPool, ClientProtocolManager protocolManager)
ConnectorFactorycreateConnector in interface ConnectorFactoryconfiguration - the configurationhandler - the handlerlistener - the listenercloseExecutor - the close executorthreadPool - the thread poolscheduledThreadPool - the scheduled thread poolpublic boolean isReliable()
ConnectorFactoryisReliable in interface ConnectorFactorypublic Map<String,Object> getDefaults()
getDefaults in interface TransportConfigurationHelperCopyright © 2018 JBoss by Red Hat. All rights reserved.