public interface ServerSocketFactory
| Modifier and Type | Method and Description |
|---|---|
ServerSocket |
createServerSocket(int port,
int backlog,
InetAddress bindAddr) |
ServerSocket createServerSocket(int port, int backlog, InetAddress bindAddr) throws IOException
IOExceptionCopyright © 2019. All rights reserved.