JBoss Remoting 3.1.0.Beta1

Uses of Interface
org.jboss.remoting3.RequestListener

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
<I,O> ClientConnector<I,O>
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.
<I,O> ClientConnector<I,O>
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
<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.
<I,O> 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.
 


JBoss Remoting 3.1.0.Beta1

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