OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_exchanges
(Results
1 - 1
of
1
) sorted by null
/external/jetty/src/java/org/eclipse/jetty/client/
HttpDestination.java
56
private final List<HttpExchange>
_exchanges
= new LinkedList<HttpExchange>();
field in class:HttpDestination
305
else if (
_exchanges
.size() > 0)
307
HttpExchange ex =
_exchanges
.remove(0);
313
if (!
_exchanges
.isEmpty() && _client.isStarted())
339
if (
_exchanges
.size() > 0)
341
HttpExchange ex =
_exchanges
.remove(0);
377
if (
_exchanges
.size() == 0)
385
HttpExchange exchange =
_exchanges
.remove(0);
429
if (
_exchanges
.size() == 0)
436
HttpExchange ex =
_exchanges
.remove(0)
[
all
...]
Completed in 68 milliseconds