Ejemplo n.º 1
0
 public void abort(int closeCode, String closeMessage) throws IOException {
   delegate.abort(closeCode, closeMessage);
 }
Ejemplo n.º 2
0
 public void abort() throws IOException {
   delegate.abort();
 }