|
JBoss Remoting 3.1.0.Beta1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConnectionHandlerContext

The context for connection handlers. Used to inform the endpoint of incoming events on an established connection.
This interface is part of the Remoting 3 public API. While instances of this type may be used publicly, users are not encouraged to implement or extend this type as members may be added without notice.
| Nested Class Summary | |
|---|---|
static interface |
ConnectionHandlerContext.ServiceResult
The result acceptor for a service open request. |
| Method Summary | |
|---|---|
ConnectionProviderContext |
getConnectionProviderContext()
Get the connection provider context associated with this connection handler context. |
RequestHandler |
openService(String serviceType,
String groupName,
org.jboss.xnio.OptionMap optionMap)
Open a service. |
void |
remoteClosed()
Indicate that the remote side has terminated the connection, so the local side should be closed as well. |
| Method Detail |
|---|
ConnectionProviderContext getConnectionProviderContext()
RequestHandler openService(String serviceType,
String groupName,
org.jboss.xnio.OptionMap optionMap)
serviceType - the service type stringgroupName - the group name, or null for any group nameoptionMap - the options to pass to the service
IOException - if an error occursvoid remoteClosed()
|
JBoss Remoting 3.1.0.Beta1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||