コード例 #1
0
 /**
  * Get the name of the current STUN server.
  *
  * @return the name of the STUN server
  */
 public String getCurrentServerName() {
   if (!currentServer.isNull()) {
     return currentServer.getHostname();
   } else {
     return null;
   }
 }