org.activeio
Interface AsynchChannel

All Superinterfaces:
Channel, Disposable, InputAsynchChannel, OutputChannel, Service
All Known Implementing Classes:
AIOAsynchChannel, FilterAsynchChannel, NIOAsynchChannel, SynchToAsynchChannelAdapter, VMPipeAsynchChannelFactory.ClassloaderAsynchChannelAdapter, VMPipeAsynchChannelPipe.PipeChannel

public interface AsynchChannel
extends InputAsynchChannel, OutputChannel

AsynchChannel objets asynchronously push 'up' org.activeio.channel.Packet objects to a registered org.activeio.ChannelConsumer.

Version:
$Revision$

Field Summary
 
Fields inherited from interface org.activeio.Service
NO_WAIT_TIMEOUT, WAIT_FOREVER_TIMEOUT
 
Methods inherited from interface org.activeio.InputAsynchChannel
getAsynchChannelListener, setAsynchChannelListener
 
Methods inherited from interface org.activeio.Channel
narrow
 
Methods inherited from interface org.activeio.Disposable
dispose
 
Methods inherited from interface org.activeio.Service
start, stop
 
Methods inherited from interface org.activeio.OutputChannel
flush, write
 



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