OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hostnames
(Results
1 - 2
of
2
) sorted by null
/libcore/support/src/test/java/libcore/tlswire/handshake/
ServerNameHelloExtension.java
32
public List<String>
hostnames
;
field in class:ServerNameHelloExtension
40
hostnames
= new ArrayList<String>();
48
hostnames
.add(hostname);
54
return "HelloExtension{type: server_name,
hostnames
: " +
hostnames
+ "}";
/external/okhttp/samples/crawler/src/main/java/com/squareup/okhttp/sample/
Crawler.java
46
private final ConcurrentHashMap<String, AtomicInteger>
hostnames
= new ConcurrentHashMap<>();
field in class:Crawler
85
AtomicInteger previous =
hostnames
.putIfAbsent(url.getHost(), hostnameCount);
Completed in 78 milliseconds