com.epam.common.transport.server
Class ConnectAddressServerSocketFactory
java.lang.Object
javax.net.ServerSocketFactory
com.epam.common.transport.server.ConnectAddressServerSocketFactory
public class ConnectAddressServerSocketFactory
- extends ServerSocketFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectAddressServerSocketFactory
public ConnectAddressServerSocketFactory(String connectAddress)
createServerSocket
public ServerSocket createServerSocket(int port)
throws IOException
- Specified by:
createServerSocket
in class ServerSocketFactory
- Throws:
IOException
createServerSocket
public ServerSocket createServerSocket(int port,
int backlog)
throws IOException
- Specified by:
createServerSocket
in class ServerSocketFactory
- Throws:
IOException
createServerSocket
public ServerSocket createServerSocket(int port,
int backlog,
InetAddress inetAddress)
throws IOException
- Specified by:
createServerSocket
in class ServerSocketFactory
- Throws:
IOException
Copyright © 2000-2014 EPAM Systems. All Rights Reserved.