|
JBoss Remoting 3.1.0.Beta2 | |||||||||
| 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(LocalRequestHandler 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<RemoteRequestHandler> result,
ClassLoader classLoader,
org.jboss.xnio.OptionMap optionMap)
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<RemoteRequestHandler> result,
ClassLoader classLoader,
org.jboss.xnio.OptionMap optionMap)
serviceType - the service type stringgroupName - the group name stringresult - the result for the connected request handlerclassLoader - the class loader to use for repliesoptionMap - the options for this service
RequestHandlerConnector createConnector(LocalRequestHandler localHandler)
localHandler - the local handler
|
JBoss Remoting 3.1.0.Beta2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||