org.activeio
Interface SyncChannelServer
- All Superinterfaces:
- Channel, ChannelServer, Disposable, Service
- All Known Implementing Classes:
- AsyncToSyncChannelServer, FilterSyncChannelServer, SocketSyncChannelServer
- public interface SyncChannelServer
- extends ChannelServer
A SynchChannelServer object provides an accept
method to synchronously
accept and create 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.