com.hazelcast.nio.tcp
Class TcpIpConnectionMonitor

java.lang.Object
  extended by com.hazelcast.nio.tcp.TcpIpConnectionMonitor

public class TcpIpConnectionMonitor
extends Object


Constructor Summary
TcpIpConnectionMonitor(TcpIpConnectionManager connectionManager, Address endPoint)
           
 
Method Summary
 Address getEndPoint()
           
 void onError(Throwable t)
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TcpIpConnectionMonitor

public TcpIpConnectionMonitor(TcpIpConnectionManager connectionManager,
                              Address endPoint)
Method Detail

getEndPoint

public Address getEndPoint()

onError

public void onError(Throwable t)

reset

public void reset()


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.