org.activeio
Interface AsyncChannelServer
- All Superinterfaces:
- Channel, ChannelServer, Disposable, Service
- All Known Implementing Classes:
- FilterAsyncChannelServer, SyncToAsyncChannelServer, VMPipeAsyncChannelServer
- public interface AsyncChannelServer
- extends ChannelServer
AsyncChannelServer objects asynchronously accept and create Channel
objects
and then delivers those objects to a org.activeio.AcceptConsumer
.
- Version:
- $Revision$
setAcceptListener
public void setAcceptListener(AcceptListener acceptListener)
- Registers an AcceptListener which is notified of accepted channels.
- Parameters:
acceptListener
-
Copyright © -2007 The ActiveIO Project. All Rights Reserved.