|
JBoss Remoting 3.1.0.Beta1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RequestListener | |
|---|---|
| org.jboss.remoting3 | The base Remoting 3 API package. |
| Uses of RequestListener in org.jboss.remoting3 |
|---|
| Methods in org.jboss.remoting3 that return RequestListener | |
|---|---|
RequestListener<I,O> |
ClientListener.handleClientOpen(ClientContext clientContext)
Handle a client open by returning a new request listener. |
| Methods in org.jboss.remoting3 with parameters of type RequestListener | ||
|---|---|---|
|
Connection.createClientConnector(RequestListener<I,O> listener,
Class<I> requestClass,
Class<O> replyClass)
Create a client connector which may only transmitted to the remote side of this connection, allowing it to use the included service. |
|
|
Connection.createClientConnector(RequestListener<I,O> listener,
Class<I> requestClass,
Class<O> replyClass,
org.jboss.xnio.OptionMap optionMap)
Create a client connector which may only transmitted to the remote side of this connection, allowing it to use the included service. |
|
static
|
Remoting.createLocalClient(Endpoint endpoint,
RequestListener<I,O> requestListener,
Class<I> requestClass,
Class<O> replyClass)
Create a local client from a request listener. |
|
|
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. |
|
|
JBoss Remoting 3.1.0.Beta1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||