JBoss Remoting 3.1.0.Beta1

Uses of Interface
org.jboss.remoting3.spi.ReplyHandler

Packages that use ReplyHandler
org.jboss.remoting3.spi Service provider classes and interfaces. 
 

Uses of ReplyHandler in org.jboss.remoting3.spi
 

Methods in org.jboss.remoting3.spi with parameters of type ReplyHandler
 org.jboss.xnio.Cancellable RequestHandler.receiveRequest(Object request, ReplyHandler replyHandler)
          Receive a request from a remote system.
static void SpiUtils.safeHandleCancellation(ReplyHandler replyHandler)
          Safely notify a reply handler of a cancellation.
static void SpiUtils.safeHandleException(ReplyHandler replyHandler, IOException exception)
          Safely notify a reply handler of an exception.
static
<O> void
SpiUtils.safeHandleReply(ReplyHandler replyHandler, O reply)
          Safely notify a reply handler of a reply.
 


JBoss Remoting 3.1.0.Beta1

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