|
JBoss Remoting 3.1.0.Beta2 | |||||||||
| 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.createLocalClient(ClientListener<I,O> clientListener,
Class<I> requestClass,
Class<O> replyClass,
ClassLoader clientClassLoader,
org.jboss.xnio.OptionMap optionMap)
Create a local client for a client listener. |
|
|
Endpoint.createLocalClient(ClientListener<I,O> clientListener,
Class<I> requestClass,
Class<O> replyClass,
org.jboss.xnio.OptionMap optionMap)
Create a local client for a client 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. |
|
org.jboss.xnio.IoFuture<? extends Client<I,O>> |
ClientConnector.getFutureClient(ClassLoader classloader)
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,
ClassLoader classLoader,
org.jboss.xnio.OptionMap optionMap)
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.Beta2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||