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

  /packages/apps/IM/src/com/android/im/imps/
HttpDataChannel.java 51 * The <code>HttpDataChannel</code> is an implementation of IMPS data channel
54 class HttpDataChannel extends DataChannel implements Runnable, HeartbeatService.Callback {
83 * Constructs a new HttpDataChannel for a connection.
87 public HttpDataChannel(ImpsConnection connection) throws ImException {
136 mSendThread = new Thread(this, "HttpDataChannel");
190 ImpsLog.log("HttpDataChannel: Ignoring Polling-Request");
ImpsConnection.java 488 return new HttpDataChannel(this);

Completed in 53 milliseconds