public class EclcServerSocket extends ServerSocket
| 构造器和说明 |
|---|
EclcServerSocket(int port,
int backlog,
InetAddress bindAddr,
String passwd,
Key key) |
EclcServerSocket(int port,
int backlog,
String passwd,
Key key) |
EclcServerSocket(int port,
String passwd,
Key key) |
| 限定符和类型 | 方法和说明 |
|---|---|
ClientSocket |
accept2() |
accept, bind, bind, close, getChannel, getInetAddress, getLocalPort, getLocalSocketAddress, getReceiveBufferSize, getReuseAddress, getSoTimeout, implAccept, isBound, isClosed, setPerformancePreferences, setReceiveBufferSize, setReuseAddress, setSocketFactory, setSoTimeout, toStringpublic EclcServerSocket(int port,
String passwd,
Key key)
throws IOException
IOExceptionpublic EclcServerSocket(int port,
int backlog,
InetAddress bindAddr,
String passwd,
Key key)
throws IOException
IOExceptionpublic EclcServerSocket(int port,
int backlog,
String passwd,
Key key)
throws IOException
IOExceptionpublic ClientSocket accept2() throws IOException
IOExceptionCopyright © 2019. All Rights Reserved.