public abstract class AbstractClientSelectionHandler extends Object implements SelectionHandler, Runnable
Modifier and Type | Field and Description |
---|---|
protected ClientConnection |
connection |
protected ClientConnectionManager |
connectionManager |
protected IOSelector |
ioSelector |
protected ILogger |
logger |
protected SocketChannelWrapper |
socketChannel |
Constructor and Description |
---|
AbstractClientSelectionHandler(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 ClientConnectionManager connectionManager
protected final IOSelector ioSelector
public AbstractClientSelectionHandler(ClientConnection connection, IOSelector ioSelector)
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.