javax.net
Class DefaultServerSocketFactory
java.lang.Object
javax.net.ServerSocketFactory
javax.net.DefaultServerSocketFactory
class DefaultServerSocketFactory
- extends ServerSocketFactory
Default implementation of javax.net.ServerSocketFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultServerSocketFactory
DefaultServerSocketFactory()
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 iAddress)
throws IOException
- Specified by:
createServerSocket in class ServerSocketFactory
- Throws:
IOException
Please submit a feedback, bug or feature