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

  /external/smack/src/org/jivesoftware/smackx/ping/packet/
Pong.java 21 public class Pong extends IQ {
24 * Composes a Pong packet from a received ping packet. This basically swaps
29 public Pong(Ping ping) {
37 * Returns the child element of the Pong reply, which is non-existent. This
  /external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
WebSocketFrame.java 334 Continuation(0), Text(1), Binary(2), Close(8), Ping(9), Pong(10);
347 return this == Close || this == Ping || this == Pong;

Completed in 85 milliseconds