Package org.activeio.adapter

The Adapter package provides classes that make it easy ot bridge between the the SynchChannel, AsyncChannel, InputStream, OutputStream, Socket, and ServerSocket domains.

See:
          Description

Class Summary
AsynchChannelOutputStream  
AsynchChannelToClientRequestChannel Creates a RequestChannel out of a SynchChannel.
AsynchChannelToConcurrentRequestChannel Creates a RequestChannel out of a AsynchChannel.
AsynchChannelToServerRequestChannel Creates a RequestChannel out of a AsynchChannel.
AsynchToSynchChannelAdapter Adapts a AsynchChannel so that it provides an SynchChannel interface.
AsynchToSynchChannelFactoryAdaptor  
AsynchToSynchChannelServerAdapter Adapts a AsynchChannelServer so that it provides an SynchChannelServer interface.
AsynchWriteAsynchChannelAdapter  
AsynchWriteAsynchChannelAdapter.ObjectDispatcher  
AsynchWriteAsynchChannelAdapter.ObjectDispatcherX  
PacketByteArrayOutputStream  
PacketInputStream Provides an InputStream for a given Packet.
PacketOutputStream Provides an OutputStream for a given Packet.
SynchChannelInputStream Provides an InputStream for a given SynchChannel.
SynchChannelOutputStream  
SynchChannelServerToServerSocketAdapter  
SynchChannelToSocketAdapter Provides a Socket interface to a SynchChannel.
SynchToAsynchChannelAdapter Adapts a SynchChannel so that it provides an AsynchChannel interface.
SynchToAsynchChannelFactoryAdaptor  
SynchToAsynchChannelServerAdapter Adapts a org.activeio,SynchChannelServer so that it provides an AsynchChannelServer interface.
 

Package org.activeio.adapter Description

The Adapter package provides classes that make it easy ot bridge between the the SynchChannel, AsyncChannel, InputStream, OutputStream, Socket, and ServerSocket domains.



Copyright © -2005 The ActiveIO Project. All Rights Reserved.