public abstract class AbstractHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected TcpIpConnection |
connection |
protected TcpIpConnectionManager |
connectionManager |
protected IOService |
ioService |
protected ILogger |
logger |
Constructor and Description |
---|
AbstractHandler(TcpIpConnection connection,
ILogger logger) |
protected final TcpIpConnectionManager connectionManager
protected final TcpIpConnection connection
protected final ILogger logger
protected final IOService ioService
public AbstractHandler(TcpIpConnection connection, ILogger logger)
public void onFailure(Throwable e)
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.