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

A connection to a foreign endpoint. This interface is implemented by the protocol implementation.
| Method Summary | |
|---|---|
RequestHandlerConnector |
createConnector(RequestHandler localHandler)
Create a connector which may be used to communicate with the given local RequestHandler. |
org.jboss.xnio.Cancellable |
open(String serviceType,
String groupName,
org.jboss.xnio.Result<RequestHandler> result)
Open a request handler. |
| Methods inherited from interface java.io.Closeable |
|---|
close |
| Method Detail |
|---|
org.jboss.xnio.Cancellable open(String serviceType,
String groupName,
org.jboss.xnio.Result<RequestHandler> result)
serviceType - the service type stringgroupName - the group name stringresult - the result for the connected request handler @return a handle which may be used to cancel the pending operationRequestHandlerConnector createConnector(RequestHandler localHandler)
localHandler - the local handler
|
JBoss Remoting 3.1.0.Beta1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||