com.hazelcast.client.connection.nio
Class AbstractClientSelectionHandler
java.lang.Object
com.hazelcast.client.connection.nio.AbstractClientSelectionHandler
- All Implemented Interfaces:
- SelectionHandler, Runnable
- Direct Known Subclasses:
- ClientReadHandler, ClientWriteHandler
public abstract class AbstractClientSelectionHandler
- extends Object
- implements SelectionHandler, Runnable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.lang.Runnable |
run |
logger
protected final ILogger logger
socketChannel
protected final SocketChannelWrapper socketChannel
connection
protected final ClientConnection connection
connectionManager
protected final ClientConnectionManager connectionManager
ioSelector
protected final IOSelector ioSelector
AbstractClientSelectionHandler
public AbstractClientSelectionHandler(ClientConnection connection,
IOSelector ioSelector)
shutdown
protected void shutdown()
register
public void register()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.