JBoss Remoting 3.1.0.Beta1

Uses of Interface
org.jboss.remoting3.Client

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
<I,O> Client<I,O>
Endpoint.createClient(RequestHandler handler, Class<I> requestClass, Class<O> replyClass)
          Create a client that uses the given request handler to handle its requests.
static
<I,O> Client<I,O>
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.
<I,O> org.jboss.xnio.IoFuture<? extends Client<I,O>>
Connection.openClient(String serviceType, String groupName, Class<I> requestClass, Class<O> replyClass)
          Locate and open a client on the remote side of this connection.
<I,O> org.jboss.xnio.IoFuture<? extends Client<I,O>>
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

Copyright © 2010 JBoss, a division of Red Hat, Inc.