|
JBoss Remoting 3 3.2.14.GA-redhat-1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectionProviderContext
A context for a connection provider. This provides additional endpoint methods to connection providers which are not accessible otherwise.
Method Summary | |
---|---|
void |
accept(ConnectionHandlerFactory connectionHandlerFactory)
Accept a connection that was received by the corresponding protocol handler. |
Endpoint |
getEndpoint()
Get the endpoint. |
Executor |
getExecutor()
Get an executor usable for running asynchronous tasks. |
org.xnio.Xnio |
getXnio()
Get the XNIO instance. |
org.xnio.XnioWorker |
getXnioWorker()
Get the XNIO worker to use for network operations. |
Method Detail |
---|
void accept(ConnectionHandlerFactory connectionHandlerFactory)
connectionHandlerFactory
- the connection handler factoryEndpoint getEndpoint()
org.xnio.Xnio getXnio()
Executor getExecutor()
org.xnio.XnioWorker getXnioWorker()
|
JBoss Remoting 3 3.2.14.GA-redhat-1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |