Re: [xSocket-develop] How to server shutdown gracefully??
Status: Inactive
Brought to you by:
grro
|
From: Gregor R. <gre...@go...> - 2008-02-18 07:01:03
|
... close(). The most connection-related xSocket artefacts implement the java.io.Closeable interface. Gregor 2008/2/18, young lee <mai...@gm...>: > > 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 ?? > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > xSocket-develop mailing list > xSo...@li... > https://lists.sourceforge.net/lists/listinfo/xsocket-develop > > |