public class WsServer extends java.lang.Object implements ServerLifecycle
构造器和说明 |
---|
WsServer(WebSocketServerProps props) |
限定符和类型 | 方法和说明 |
---|---|
void |
start(java.lang.String host,
int port)
启动
|
void |
stop()
停止
|
protected boolean |
supportSsl() |
public WsServer(WebSocketServerProps props)
protected boolean supportSsl()
public void start(java.lang.String host, int port) throws java.lang.Throwable
ServerLifecycle
start
在接口中 ServerLifecycle
host
- 主机(ip)port
- 端口java.lang.Throwable
public void stop() throws java.lang.Throwable
ServerLifecycle
stop
在接口中 ServerLifecycle
java.lang.Throwable