示例#1
0
 protected void write(SelectionKey key) throws IOException {
   SocketChannel socketChannel = (SocketChannel) key.channel();
   this.resetClientTimer(socketChannel.socket());
   super.write(key);
 }