Uses of Class
org.apache.cassandra.net.SelectionKeyHandler

Packages that use SelectionKeyHandler
org.apache.cassandra.net   
 

Uses of SelectionKeyHandler in org.apache.cassandra.net
 

Subclasses of SelectionKeyHandler in org.apache.cassandra.net
 class TcpConnection
          Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
 class TcpConnectionHandler
          Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
 class UdpConnection
          Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
 

Methods in org.apache.cassandra.net with parameters of type SelectionKeyHandler
 java.nio.channels.SelectionKey SelectorManager.register(java.nio.channels.SelectableChannel channel, SelectionKeyHandler handler, int ops)
          Registers a new channel with the selector, and attaches the given SelectionKeyHandler as the handler for the newly created key.
 



Copyright © 2009 The Apache Software Foundation