OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getSessionData
(Results
1 - 3
of
3
) sorted by null
/external/conscrypt/src/main/java/org/conscrypt/
SSLClientSessionCache.java
42
public byte[]
getSessionData
(String host, int port);
SSLServerSessionCache.java
42
public byte[]
getSessionData
(byte[] id);
FileClientSessionCache.java
87
// cache misses in
getSessionData
().
128
public synchronized byte[]
getSessionData
(String host, int port) {
Completed in 181 milliseconds