com.hazelcast.client.connection.nio
Class ClientReadHandler

java.lang.Object
  extended by com.hazelcast.client.connection.nio.AbstractClientSelectionHandler
      extended by com.hazelcast.client.connection.nio.ClientReadHandler
All Implemented Interfaces:
SelectionHandler, Runnable

public class ClientReadHandler
extends AbstractClientSelectionHandler


Field Summary
 
Fields inherited from class com.hazelcast.client.connection.nio.AbstractClientSelectionHandler
connection, connectionManager, ioSelector, logger, socketChannel
 
Constructor Summary
ClientReadHandler(ClientConnection connection, IOSelector ioSelector, int bufferSize)
           
 
Method Summary
 void handle()
           
 void run()
           
 
Methods inherited from class com.hazelcast.client.connection.nio.AbstractClientSelectionHandler
register, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientReadHandler

public ClientReadHandler(ClientConnection connection,
                         IOSelector ioSelector,
                         int bufferSize)
Method Detail

run

public void run()

handle

public void handle()


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