public abstract class AbstractHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected SocketConnection |
connection |
protected ILogger |
logger |
protected SocketChannelWrapper |
socketChannel |
Constructor and Description |
---|
AbstractHandler(SocketConnection connection,
ILogger logger,
IOOutOfMemoryHandler oomeHandler) |
Modifier and Type | Method and Description |
---|---|
SocketChannelWrapper |
getSocketChannel() |
void |
onFailure(Throwable e) |
protected final SocketConnection connection
protected final ILogger logger
protected final SocketChannelWrapper socketChannel
public AbstractHandler(SocketConnection connection, ILogger logger, IOOutOfMemoryHandler oomeHandler)
public SocketChannelWrapper getSocketChannel()
public void onFailure(Throwable e)
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.