com.hazelcast.client.connection.nio
Class ClientWriteHandler
java.lang.Object
com.hazelcast.client.connection.nio.AbstractClientSelectionHandler
com.hazelcast.client.connection.nio.ClientWriteHandler
- All Implemented Interfaces:
- SelectionHandler, Runnable
public class ClientWriteHandler
- extends AbstractClientSelectionHandler
- implements Runnable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientWriteHandler
public ClientWriteHandler(ClientConnection connection,
IOSelector ioSelector,
int bufferSize)
handle
public void handle()
- Specified by:
handle
in interface SelectionHandler
enqueueSocketWritable
public void enqueueSocketWritable(SocketWritable socketWritable)
run
public void run()
- Specified by:
run
in interface Runnable
shutdown
public void shutdown()
- Overrides:
shutdown
in class AbstractClientSelectionHandler
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.