org.activeio
Interface SynchChannelServer
- All Superinterfaces:
- Channel, ChannelServer, Disposable, Service
- All Known Implementing Classes:
- AIOSynchChannelServer, AsynchToSynchChannelServerAdapter, FilterSynchChannelServer, SocketSynchChannelServer
- public interface SynchChannelServer
- extends ChannelServer
A SynchChannelServer 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 java.io.IOException
- Throws:
java.io.IOException
Copyright © -2005 The ActiveIO Project. All Rights Reserved.