|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.activeio.net.SocketSyncChannelServer
org.activeio.net.NIOSyncChannelServer
public class NIOSyncChannelServer
A SynchChannelServer that creates
org.activeio.net.TcpSynchChannelobjects from accepted
tcp socket connections.
| Field Summary |
|---|
| Fields inherited from interface org.activeio.SyncChannelServer |
|---|
NO_WAIT_TIMEOUT, WAIT_FOREVER_TIMEOUT |
| Constructor Summary | |
|---|---|
NIOSyncChannelServer(ServerSocketChannel socketChannel,
URI bindURI,
URI connectURI,
boolean createWriteBufferedChannels,
boolean useDirectBuffers)
|
|
| Method Summary | |
|---|---|
protected Channel |
createChannel(SocketStreamChannel c)
|
| Methods inherited from class org.activeio.net.SocketSyncChannelServer |
|---|
accept, dispose, getBindURI, getConnectURI, narrow, start, stop, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NIOSyncChannelServer(ServerSocketChannel socketChannel,
URI bindURI,
URI connectURI,
boolean createWriteBufferedChannels,
boolean useDirectBuffers)
| Method Detail |
|---|
protected Channel createChannel(SocketStreamChannel c)
throws IOException
createChannel in class SocketSyncChannelServerIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||