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