public interface ConnectorFactory
Acceptor.| Modifier and Type | Method and Description |
|---|---|
Connector |
createConnector(Map<String,Object> configuration,
BufferHandler handler,
ConnectionLifeCycleListener listener,
Executor closeExecutor,
Executor threadPool,
ScheduledExecutorService scheduledThreadPool)
creates a new instance of a connector.
|
Set<String> |
getAllowableProperties()
Returns the allowable properties for this connector.
|
Connector createConnector(Map<String,Object> configuration, BufferHandler handler, ConnectionLifeCycleListener listener, Executor closeExecutor, Executor threadPool, ScheduledExecutorService scheduledThreadPool)
configuration - the configurationhandler - the handlerlistener - the listenercloseExecutor - the close executorthreadPool - the thread poolscheduledThreadPool - the scheduled thread poolCopyright © 2013 JBoss, a division of Red Hat. All rights reserved.