|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectorFactory
A ConnectorFactory is used by the client for creating connectors.
A Connector is used to connect to anAcceptor
.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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 threadpoolscheduledThreadPool
- the scheduled thread pool
Set<String> getAllowableProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |