org.activeio
Interface StreamChannelServer
- All Superinterfaces:
- Channel, ChannelServer, Disposable, Service
- All Known Implementing Classes:
- SocketStreamChannelServer
public interface StreamChannelServer
- extends ChannelServer
A StreamChannelServer object provides an accept
method to synchronously
accept and create org.activeio.channel.Channel
objects.
- Version:
- $Revision$
NO_WAIT_TIMEOUT
static final long NO_WAIT_TIMEOUT
- See Also:
- Constant Field Values
WAIT_FOREVER_TIMEOUT
static final long WAIT_FOREVER_TIMEOUT
- See Also:
- Constant Field Values
accept
Channel accept(long timeout)
throws IOException
- Throws:
IOException
Copyright © -2009 The ActiveIO Project. All Rights Reserved.