public class ClientReadHandler extends AbstractClientSelectionHandler
connection, connectionManager, logger, socketChannel
Constructor and Description |
---|
ClientReadHandler(ClientConnection connection,
NonBlockingIOThread ioThread,
int bufferSize) |
Modifier and Type | Method and Description |
---|---|
void |
handle()
Called when there are bytes available for reading, or space available to write.
|
void |
run() |
onFailure, register, shutdown
public ClientReadHandler(ClientConnection connection, NonBlockingIOThread ioThread, int bufferSize)
public void run()
public void handle() throws Exception
SelectionHandler
Exception
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.