|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.net.SelectionKeyHandler
org.apache.cassandra.net.TcpConnectionHandler
public class TcpConnectionHandler
Constructor Summary | |
---|---|
TcpConnectionHandler(EndPoint localEp)
|
Method Summary | |
---|---|
void |
accept(java.nio.channels.SelectionKey key)
Method which is called when the key becomes acceptable. |
Methods inherited from class org.apache.cassandra.net.SelectionKeyHandler |
---|
connect, read, turnOffInterestOps, turnOnInterestOps, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TcpConnectionHandler(EndPoint localEp)
Method Detail |
---|
public void accept(java.nio.channels.SelectionKey key)
SelectionKeyHandler
accept
in class SelectionKeyHandler
key
- The key which is acceptable.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |