OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/
oauth2_api.js
113
* Asynchronously
exchanges
an authorization code for access and refresh tokens.
oauth2.js
315
* Asynchronously
exchanges
an authorization code for a refresh token.
host_native_messaging.js
58
* Sets up connection to the Native Messaging host process and
exchanges
Completed in 560 milliseconds