|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AcceptorFactory

A factory for creating acceptors.
An Acceptor is an endpoint that aConnector will connect to and is used by the remoting service.
| Method Summary | |
|---|---|
Acceptor |
createAcceptor(Map<String,Object> configuration,
BufferHandler handler,
BufferDecoder decoder,
ConnectionLifeCycleListener listener,
Executor threadPool,
ScheduledExecutorService scheduledThreadPool)
Create a new instance of an Acceptor. |
Set<String> |
getAllowableProperties()
Returns the allowable properties for this acceptor. |
| Method Detail |
|---|
Acceptor createAcceptor(Map<String,Object> configuration,
BufferHandler handler,
BufferDecoder decoder,
ConnectionLifeCycleListener listener,
Executor threadPool,
ScheduledExecutorService scheduledThreadPool)
configuration - the configurationhandler - the handlerdecoder - the decoderlistener - the listenerthreadPool - the threadpoolscheduledThreadPool - a scheduled thread pool
Set<String> getAllowableProperties()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||