public class SocketServer extends Object
| 构造器和说明 |
|---|
SocketServer() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
setHandler(SocketContextHandler handler) |
void |
setProtocol(SocketProtocol protocol) |
void |
start(int port) |
void |
stop() |
public void setHandler(SocketContextHandler handler)
public void setProtocol(SocketProtocol protocol)
public void start(int port)
public void stop()
Copyright © 2020. All rights reserved.