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, shutdownpublic ClientReadHandler(ClientConnection connection, NonBlockingIOThread ioThread, int bufferSize)
public void run()
public void handle()
throws Exception
SelectionHandlerExceptionCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.