예제 #1
0
 @Override
 public Buf buffer() {
   return conn.input();
 }
예제 #2
0
 @Override
 public Buf input() {
   return conn.input();
 }