HomeSort by relevance Sort by last modified time
    Searched defs:Ping (Results 1 - 4 of 4) sorted by null

  /external/smack/src/org/jivesoftware/smackx/ping/packet/
Ping.java 17 package org.jivesoftware.smackx.ping.packet;
20 import org.jivesoftware.smackx.ping.PingManager;
22 public class Ping extends IQ {
24 public Ping() {
27 public Ping(String from, String to) {
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
Ping.java 22 * A locally-originated ping.
24 public final class Ping {
29 Ping() {
50 * Returns the round trip time for this ping in nanoseconds, waiting for the
60 * Returns the round trip time for this ping in nanoseconds, or -1 if the
  /external/chromium/third_party/libjingle/source/talk/base/
winping.cc 132 // A ping error message is 8 bytes long, so make sure we allow for at least
186 WinPing::PingResult WinPing::Ping(
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
port.cc 53 // This is the length of time that we wait for a ping response to come back.
68 // Check if the window in which we would expect a response to the ping has
358 LOG_J(LS_ERROR, this) << "Failed to send STUN ping response to "
463 // A ConnectionRequest is a simple STUN ping used to determine writability.
564 LOG_J(LS_WARNING, this) << "Failed to send STUN ping " << req->id();
683 << " ms without a ping, rtt=" << rtt;
706 << " ping failures and "
709 << " ms since last received ping="
728 void Connection::Ping(uint32 now) {
733 LOG_J(LS_VERBOSE, this) << "Sending STUN ping " << req->id() << " at " << now
    [all...]

Completed in 112 milliseconds