com.hazelcast.nio.tcp
Class SocketAcceptor

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

public class SocketAcceptor
extends Object
implements Runnable


Constructor Summary
SocketAcceptor(ServerSocketChannel serverSocketChannel, TcpIpConnectionManager connectionManager)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocketAcceptor

public SocketAcceptor(ServerSocketChannel serverSocketChannel,
                      TcpIpConnectionManager connectionManager)
Method Detail

run

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


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