public class ClientWriteHandler extends AbstractClientSelectionHandler implements Runnable
connection, connectionManager, ioSelector, logger, socketChannel
Constructor and Description |
---|
ClientWriteHandler(ClientConnection connection,
IOSelector ioSelector,
int bufferSize) |
Modifier and Type | Method and Description |
---|---|
void |
enqueueSocketWritable(SocketWritable socketWritable) |
void |
handle() |
void |
run() |
void |
shutdown() |
register
public ClientWriteHandler(ClientConnection connection, IOSelector ioSelector, int bufferSize)
public void handle()
handle
in interface SelectionHandler
public void enqueueSocketWritable(SocketWritable socketWritable)
public void shutdown()
shutdown
in class AbstractClientSelectionHandler
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.