Home
last modified time | relevance | path

Searched refs:sendHeartbeat (Results 1 – 3 of 3) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/
DListeningPointExt.java29 public void sendHeartbeat(String ipAddress, int port) throws IOException ; in sendHeartbeat() method
DListeningPointImpl.java246 public void sendHeartbeat(String ipAddress, int port) throws IOException { in sendHeartbeat() method in ListeningPointImpl
/external/nist-sip/java/javax/sip/
DListeningPoint.java24 void sendHeartbeat(String s, int i) throws IOException; in sendHeartbeat() method