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

  /external/smack/src/com/kenai/jbosh/
BOSHClient.java 278 private Queue<HTTPExchange> exchanges = new LinkedList<HTTPExchange>(); field in class:BOSHClient
303 * Class used in testing to dynamically manipulate received exchanges
496 if (params == null && exchanges.isEmpty()) {
506 exchanges.add(exch);
704 exchanges = null;
781 return exchanges.isEmpty();
789 if (exchanges.size() < maxRequests) {
792 if (exchanges.size() == maxRequests
967 exchanges.remove(exch);
989 * exchanges are immediately availabl
    [all...]
  /external/chromium_org/remoting/webapp/
it2me_host_facade.js 89 * Sets up connection to the Native Messaging host process and exchanges
oauth2_api.js 106 * Asynchronously exchanges an authorization code for access and refresh tokens.
oauth2.js 288 * Asynchronously exchanges an authorization code for a refresh token.

Completed in 115 milliseconds