|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InputAsynchChannel | |
org.activeio | The core activeio API is centered around having Channels that move Packets of data. |
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. |
org.activeio.filter | Some simple filters that may be added to your channels. |
org.activeio.net | A set of Channel implementations that are implemented using the Socket and DatagramSocket classes. |
Uses of InputAsynchChannel in org.activeio |
Subinterfaces of InputAsynchChannel in org.activeio | |
interface |
AsynchChannel
AsynchChannel objets asynchronously push 'up' org.activeio.channel.Packet objects
to a registered org.activeio.ChannelConsumer . |
Classes in org.activeio that implement InputAsynchChannel | |
class |
FilterAsynchChannel
A AsynchChannelFilter can be used as a filter between a AsynchChannel
and it's org.activeio.ChannelConsumer . |
Uses of InputAsynchChannel in org.activeio.adapter |
Classes in org.activeio.adapter that implement InputAsynchChannel | |
class |
AsynchChannelToConcurrentRequestChannel
Creates a RequestChannel out of a AsynchChannel . |
class |
AsynchWriteAsynchChannelAdapter
|
class |
SynchToAsynchChannelAdapter
Adapts a SynchChannel so that it provides an
AsynchChannel interface. |
Uses of InputAsynchChannel in org.activeio.filter |
Classes in org.activeio.filter that implement InputAsynchChannel | |
class |
CounterAsyncChannel
A CounterAsyncChannel is a simple org.activeio.AsynchChannelFilter
that counts the number bytes that been sent down and up through the channel. |
class |
PacketAggregatingAsynchChannel
This PacketAggregatingAsynchChannel can be used when the client is sending a 'record' style packet down the channel stack and needs receiving end to receive the same 'record' packets. |
class |
SynchornizedAsynchChannel
Used to synchronize concurrent access to an ASynchChannel. |
class |
WriteBufferedAsynchChannel
|
Uses of InputAsynchChannel in org.activeio.net |
Classes in org.activeio.net that implement InputAsynchChannel | |
class |
AIOAsynchChannel
|
class |
NIOAsynchChannel
|
static class |
VMPipeAsynchChannelFactory.ClassloaderAsynchChannelAdapter
Used to marshal calls to a PipeChannel in a different classloader. |
static class |
VMPipeAsynchChannelPipe.PipeChannel
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |