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
IOException
Copyright © 2020 JCraft,Inc.. All rights reserved.