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
           
 class TcpConnectionHandler
           
 class UdpConnection
           
 

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