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
public static final long NO_WAIT_TIMEOUT
- See Also:
- Constant Field Values
WAIT_FOREVER_TIMEOUT
public static final long WAIT_FOREVER_TIMEOUT
- See Also:
- Constant Field Values
accept
public Channel accept(long timeout)
throws IOException
- Throws:
IOException
Copyright © -2007 The ActiveIO Project. All Rights Reserved.