[xSocket-develop] How to server shutdown gracefully??
Status: Inactive
Brought to you by:
grro
|
From: young l. <mai...@gm...> - 2008-02-18 02:56:02
|
Hi to all, I wrote some application with xSocket, and executed com.xsocket.connection.Server server = new Server(port, handler); server.run(); but i cannot find out any shutdown() or stop() in org.xsocket.connection.Server How can i server stop gracefully ?? |