public interface ServerLifecycle extends ServerLifecycle
| Modifier and Type | Method and Description |
|---|---|
void |
start(String host,
int port)
启动
|
void |
stop()
停止
|
void start(String host, int port) throws Throwable
start in interface ServerLifecyclehost - 主机(ip)port - 端口Throwablevoid stop() throws Throwable
stop in interface ServerLifecycleThrowableCopyright © 2025. All rights reserved.