Package org.apache.geronimo.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.
 

Class Summary
AbstractServer Provides a Blocking implemenation of the AsynchChannelServer interface.
AsyncClient AsyncClientInvoker uses sockets to remotely connect to the a remote AsyncServerInvoker.
AsyncMsg  
BackChannelServer  
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  
IdentityInterceptor  
Registry An application wide registry to hold objects that must be shared accross application components.
TransportFactory  
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.