摘要:
// Accept the connection and make it non-blocking SocketChannel socketChannel = serverSocketChannel.accept(); Socket socket = socketChannel.socket(); //socket.setSoTimeout(1000*10);//it will be timeout if idle more than 10s //after testing, i found the parameter in socket... 阅读全文
posted @ 2014-02-11 10:36
silentjesse
阅读(344)
评论(0)
推荐(0)
浙公网安备 33010602011771号