コード例 #1
0
 /** {@inheritDoc} */
 public void sendError(int sc) throws IOException {
   webSocketSupport.writeError(sc, "");
 }
コード例 #2
0
 /** {@inheritDoc} */
 public void sendError(int sc, String msg) throws IOException {
   webSocketSupport.writeError(sc, msg);
 }