public interface ServerTransport
default void start(String host, int port) throws IOException
host - 主机port - 端口IOException - io异常void start(InetSocketAddress address) throws IOException
address - 地址IOException - io异常时抛出void stop()
Copyright © 2021. All rights reserved.