Le 17/06/15 11:20, Richards Peter a écrit :
> Hi,
>
> I am checking whether there is a clean way to shut down a NioSocketAcceptor
> (server socket) when my application shuts down (by sending server shutdown
> message to connected clients and then disconnecting them).

You can dispose() a NioAcceptor. This is the way to shutdown the acceptor.

Reply via email to