com.epam.common.transport.server.tcp
Class SSLTCPServer

java.lang.Object
  extended by com.epam.common.transport.server.tcp.TCPServer
      extended by com.epam.common.transport.server.tcp.SSLTCPServer
All Implemented Interfaces:
Server

public class SSLTCPServer
extends TCPServer
implements Server

SSL server implementation.


Constructor Summary
SSLTCPServer(int port)
          Creates SSLTCPServer.
 
Method Summary
 
Methods inherited from class com.epam.common.transport.server.tcp.TCPServer
setIncomingConnectionListener, setPort, setServerSocketFactory, start, stop, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.epam.common.transport.server.Server
setIncomingConnectionListener, start, stop
 

Constructor Detail

SSLTCPServer

public SSLTCPServer(int port)
Creates SSLTCPServer.

Parameters:
port - the server port


Copyright © 2000-2014 EPAM Systems. All Rights Reserved.