public interface ConnectionProviderContext
Modifier and Type | Method and Description |
---|---|
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.
|
Xnio |
getXnio()
Get the XNIO instance.
|
XnioWorker |
getXnioWorker()
Get the XNIO worker to use for network operations.
|
void accept(ConnectionHandlerFactory connectionHandlerFactory)
connectionHandlerFactory
- the connection handler factoryEndpoint getEndpoint()
Xnio getXnio()
Executor getExecutor()
XnioWorker getXnioWorker()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.