コード例 #1
0
 public void abort(int closeCode, String closeMessage) throws IOException {
   delegate.abort(closeCode, closeMessage);
 }
コード例 #2
0
 public void abort() throws IOException {
   delegate.abort();
 }