close 抽象方法

Future<RawServerSocket> close()

关闭套接字。

当套接字完全关闭且不再绑定时,返回的 future 完成执行。

实现

Future<RawServerSocket> close();