com.hazelcast.nio.tcp
Class SocketConnector

java.lang.Object
  extended by com.hazelcast.nio.tcp.SocketConnector
All Implemented Interfaces:
Runnable

public class SocketConnector
extends Object
implements Runnable


Constructor Summary
SocketConnector(TcpIpConnectionManager connectionManager, Address address, boolean silent)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocketConnector

public SocketConnector(TcpIpConnectionManager connectionManager,
                       Address address,
                       boolean silent)
Method Detail

run

public void run()
Specified by:
run in interface Runnable


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