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
AsyncChannelToClientRequestChannel Creates a RequestChannel out of a SyncChannel.
AsyncChannelToConcurrentRequestChannel Creates a RequestChannel out of a AsyncChannel.
AsyncChannelToOutputStream  
AsyncChannelToServerRequestChannel Creates a RequestChannel out of a AsyncChannel.
AsyncToSyncChannel Adapts a AsyncChannel so that it provides an org.activeio.SynchChannel interface.
AsyncToSyncChannelFactory  
AsyncToSyncChannelServer Adapts a AsyncChannelServer so that it provides an org.activeio.SynchChannelServer interface.
InputStreamChannelToInputStream Provides an InputStream for a given InputStreamChannel.
OutputStreamChannelToOutputStream  
PacketByteArrayOutputStream  
PacketInputStream Deprecated. Use PacketToInputStream instead.
PacketOutputStream Provides an OutputStream for a given Packet.
PacketToInputStream Provides an InputStream for a given Packet.
SyncChannelServerToServerSocket  
SyncChannelToInputStream Provides an InputStream for a given SynchChannel.
SyncChannelToOutputStream  
SyncChannelToSocket Provides a Socket interface to a org.activeio.SynchChannel.
SynchToAsynchChannelAdapter Deprecated. Use AsyncChannelServer instead.
SyncToAsyncChannel Adapts a org.activeio.SynchChannel so that it provides an AsyncChannel interface.
SyncToAsyncChannelFactory  
SyncToAsyncChannelServer Adapts a org.activeio,SynchChannelServer so that it provides an AsyncChannelServer 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 © -2007 The ActiveIO Project. All Rights Reserved.