Package org.jboss.remoting.transport.async

Interface Summary
Channel An AsynchChannel allows you to transport bytes of data back and forth between a client and a server in a async manner.
ChannelListner This interface should be implemented by objects that wants to receive Channel events.
ChannelServer An ChannelServer allows you accept incomming Channel connections.
 

Class Summary
AsyncClientInvoker AsyncClientInvoker uses sockets to remotely connect to the a remote AsyncServerInvoker.
AsyncServerInvoker AsyncServerInvoker allows the remoting system to start up the server side of the 'async' protocol.
ChannelPool a ChannelPool represents a logical connection to a remote uri.
Compression Used to add compression at the transport level.
Correlator Allows you to create a request to which you can at a later time wait for the response to arrive asynchrously.
Correlator.FutureResult  
Registry An application wide registry to hold objects that must be shared accross application components.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.