/** {@inheritDoc} */
 public void sendError(int sc) throws IOException {
   webSocketSupport.writeError(sc, "");
 }
 /** {@inheritDoc} */
 public void sendError(int sc, String msg) throws IOException {
   webSocketSupport.writeError(sc, msg);
 }