/** Public API - sends a frame directly to the broker. */
 public void writeFrame(Frame f) throws IOException {
   _frameHandler.writeFrame(f);
   _heartbeatSender.signalActivity();
 }