示例#1
0
 public void natCheckStunServers(
     StringVector stringVector, boolean z, SWIGTYPE_p_void sWIGTYPE_p_void) {
   pjsua2JNI.Endpoint_natCheckStunServers(
       this.swigCPtr,
       this,
       StringVector.getCPtr(stringVector),
       stringVector,
       z,
       SWIGTYPE_p_void.getCPtr(sWIGTYPE_p_void));
 }
示例#2
0
 public void natCheckStunServers(
     StringVector prmServers, boolean prmWait, SWIGTYPE_p_void prmUserData)
     throws java.lang.Exception {
   pjsua2JNI.Endpoint_natCheckStunServers(
       swigCPtr,
       this,
       StringVector.getCPtr(prmServers),
       prmServers,
       prmWait,
       SWIGTYPE_p_void.getCPtr(prmUserData));
 }