Class SSLTCPServer
java.lang.Object
com.epam.common.transport.server.AbstractServer
com.epam.common.transport.server.tcp.TCPServer
com.epam.common.transport.server.tcp.SSLTCPServer
- All Implemented Interfaces:
Server
SSL server implementation.
-
Field Summary
Fields inherited from class com.epam.common.transport.server.tcp.TCPServer
DEFAULT_BACKLOG
Fields inherited from class com.epam.common.transport.server.AbstractServer
autoClose, DEFAULT_PORT, port, sessionRefCounter, started
-
Constructor Summary
ConstructorsConstructorDescriptionSSLTCPServer
(int port) CreatesSSLTCPServer
.SSLTCPServer
(int port, ServerSocketFactory serverSocketFactory) -
Method Summary
Methods inherited from class com.epam.common.transport.server.tcp.TCPServer
createServerSocket, createServerSocket, setIncomingConnectionExecutor, setIncomingConnectionListener, setServerSocketFactory, start, stop, toString
Methods inherited from class com.epam.common.transport.server.AbstractServer
decrementRefCounter, getPort, incrementRefCounter, isAutoClose, isStarted, setAutoClose, setPort, setStarted
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
asAbstract, isAbstract, setIncomingConnectionExecutor, setIncomingConnectionListener, start, stop
-
Constructor Details
-
SSLTCPServer
public SSLTCPServer(int port) CreatesSSLTCPServer
.- Parameters:
port
- the server port
-
SSLTCPServer
-