public abstract class ClientAbstractSelectionHandler extends Object implements SelectionHandler, Runnable
Modifier and Type | Field and Description |
---|---|
protected ClientConnection |
connection |
protected ClientConnectionManagerImpl |
connectionManager |
protected IOSelector |
ioSelector |
protected ILogger |
logger |
protected SocketChannelWrapper |
socketChannel |
Constructor and Description |
---|
ClientAbstractSelectionHandler(ClientConnection connection,
IOSelector ioSelector) |
Modifier and Type | Method and Description |
---|---|
void |
register() |
protected void |
shutdown() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handle
protected final ILogger logger
protected final SocketChannelWrapper socketChannel
protected final ClientConnection connection
protected final ClientConnectionManagerImpl connectionManager
protected final IOSelector ioSelector
public ClientAbstractSelectionHandler(ClientConnection connection, IOSelector ioSelector)
Copyright © 2014 Hazelcast, Inc.. All rights reserved.