Uses of Interface
com.hazelcast.nio.tcp.SelectionHandler

Packages that use SelectionHandler
com.hazelcast.client.connection.nio Contains classes related to New IO for com.hazelcast.client.connection 
com.hazelcast.nio.tcp Contains functionality for the TCP/IP Networking between cluster members
 
 

Uses of SelectionHandler in com.hazelcast.client.connection.nio
 

Classes in com.hazelcast.client.connection.nio that implement SelectionHandler
 class AbstractClientSelectionHandler
           
 class ClientReadHandler
           
 class ClientWriteHandler
           
 

Uses of SelectionHandler in com.hazelcast.nio.tcp
 

Subinterfaces of SelectionHandler in com.hazelcast.nio.tcp
 interface MigratableHandler
          Read/Write handlers that supports migration between IOSelector.
 

Classes in com.hazelcast.nio.tcp that implement SelectionHandler
 class AbstractSelectionHandler
           
 class ReadHandler
          The reading side of the Connection.
 class WriteHandler
          The writing side of the TcpIpConnection.
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.