|
JBoss Remoting 3.1.0.Beta1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Client | |
|---|---|
| org.jboss.remoting3 | The base Remoting 3 API package. |
| Uses of Client in org.jboss.remoting3 |
|---|
| Methods in org.jboss.remoting3 that return Client | ||
|---|---|---|
|
Endpoint.createClient(RequestHandler handler,
Class<I> requestClass,
Class<O> replyClass)
Create a client that uses the given request handler to handle its requests. |
|
static
|
Remoting.createLocalClient(Endpoint endpoint,
RequestListener<I,O> requestListener,
Class<I> requestClass,
Class<O> replyClass)
Create a local client from a request listener. |
|
| Methods in org.jboss.remoting3 that return types with arguments of type Client | ||
|---|---|---|
org.jboss.xnio.IoFuture<? extends Client<I,O>> |
ClientConnector.getFutureClient()
Get the future client associated with this connector. |
|
|
Connection.openClient(String serviceType,
String groupName,
Class<I> requestClass,
Class<O> replyClass)
Locate and open a client on the remote side of this connection. |
|
|
Connection.openClient(String serviceType,
String groupName,
Class<I> requestClass,
Class<O> replyClass,
org.jboss.xnio.OptionMap optionMap)
Locate and open a client on the remote side of this connection. |
|
|
JBoss Remoting 3.1.0.Beta1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||