コード例 #1
0
ファイル: NioChannelHub.java プロジェクト: andresrc/remoting
 @Override
 public void closeWrite() throws IOException {
   wb.close();
   // when wb is fully drained and written, we'll call closeW()
 }