|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aelitis.azureus.core.networkmanager.impl.tcp.VirtualAcceptSelector
public class VirtualAcceptSelector
Virtual server socket channel for listening and accepting incoming connections.
Nested Class Summary | |
---|---|
static interface |
VirtualAcceptSelector.AcceptListener
Listener notified when a new incoming connection is accepted. |
Constructor Summary | |
---|---|
protected |
VirtualAcceptSelector()
|
Method Summary | |
---|---|
void |
cancel(java.nio.channels.ServerSocketChannel channel)
|
static VirtualAcceptSelector |
getSingleton()
|
void |
register(java.nio.channels.ServerSocketChannel channel,
VirtualAcceptSelector.AcceptListener listener)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected VirtualAcceptSelector()
Method Detail |
---|
public static VirtualAcceptSelector getSingleton()
public void register(java.nio.channels.ServerSocketChannel channel, VirtualAcceptSelector.AcceptListener listener)
public void cancel(java.nio.channels.ServerSocketChannel channel)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |