@Service
public class HttpServer
extends java.lang.Object
implements xyz.noark.core.network.TcpServer
| 构造器和说明 |
|---|
HttpServer() |
public void setPort(int port)
port - 端口public void setSecretKey(java.lang.String secretKey)
secretKey - 密钥public void startup()
startup 在接口中 xyz.noark.core.network.TcpServerpublic void shutdown()
shutdown 在接口中 xyz.noark.core.network.TcpServer