OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clientFuture
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSocketTest.java
[
all
...]
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java
762
Future<Void>
clientFuture
= executorService.submit(client);
771
clientFuture
.get(30, TimeUnit.SECONDS);
[
all
...]
Completed in 38 milliseconds