|
JBoss Remoting 3.1.0.Beta1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RequestHandler | |
|---|---|
| org.jboss.remoting3 | The base Remoting 3 API package. |
| org.jboss.remoting3.spi | Service provider classes and interfaces. |
| Uses of RequestHandler in org.jboss.remoting3 |
|---|
| Methods in org.jboss.remoting3 that return RequestHandler | ||
|---|---|---|
|
Endpoint.createLocalRequestHandler(RequestListener<? super I,? extends O> requestListener,
Class<I> requestClass,
Class<O> replyClass)
Create a request handler that can be used to receive incoming requests on this endpoint. |
|
| Methods in org.jboss.remoting3 with parameters of type RequestHandler | ||
|---|---|---|
|
Endpoint.createClient(RequestHandler handler,
Class<I> requestClass,
Class<O> replyClass)
Create a client that uses the given request handler to handle its requests. |
|
| Uses of RequestHandler in org.jboss.remoting3.spi |
|---|
| Methods in org.jboss.remoting3.spi that return RequestHandler | |
|---|---|
RequestHandler |
ConnectionHandlerContext.openService(String serviceType,
String groupName,
org.jboss.xnio.OptionMap optionMap)
Open a service. |
| Methods in org.jboss.remoting3.spi with parameters of type RequestHandler | |
|---|---|
RequestHandlerConnector |
ConnectionHandler.createConnector(RequestHandler localHandler)
Create a connector which may be used to communicate with the given local RequestHandler. |
void |
ConnectionHandlerContext.ServiceResult.opened(RequestHandler requestHandler,
org.jboss.xnio.OptionMap optionMap)
Called if the service was opened. |
| Method parameters in org.jboss.remoting3.spi with type arguments of type RequestHandler | |
|---|---|
org.jboss.xnio.Cancellable |
RequestHandlerConnector.createRequestHandler(org.jboss.xnio.Result<RequestHandler> result)
Get the request handler. |
org.jboss.xnio.Cancellable |
ConnectionHandler.open(String serviceType,
String groupName,
org.jboss.xnio.Result<RequestHandler> result)
Open a request handler. |
|
JBoss Remoting 3.1.0.Beta1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||