org.activeio
Interface InputAsyncChannel
- All Superinterfaces:
- Channel, Disposable, Service
- All Known Subinterfaces:
- AsyncChannel, AsynchChannel
- All Known Implementing Classes:
- FilterAsyncChannel, NIOAsyncChannel, SyncToAsyncChannel, VMPipeAsyncChannelFactory.ClassloaderAsyncChannelAdapter, VMPipeAsyncChannelPipe.PipeChannel
- public interface InputAsyncChannel
- extends Channel
InputAsyncChannel objects asynchronously push 'up' Packet
objects
to a registered AsyncChannelListener
.
- Version:
- $Revision$
setAsyncChannelListener
public void setAsyncChannelListener(AsyncChannelListener channelListener)
- Registers the
ChannelConsumer
that the protcol will use to deliver packets
coming 'up' the channel.
getAsyncChannelListener
public AsyncChannelListener getAsyncChannelListener()
- Returns:
- the registered Packet consumer
Copyright © -2007 The ActiveIO Project. All Rights Reserved.