/** Public API - flush the output buffers */
 public void flush() throws IOException {
   _frameHandler.flush();
 }