public void abort(int closeCode, String closeMessage) throws IOException {
   delegate.abort(closeCode, closeMessage);
 }
 public void abort() throws IOException {
   delegate.abort();
 }