コード例 #1
0
 public static void send(String aString) throws WebSocketException {
   mJWC.send(mURL, DEF_ENCODING);
 }