HomeSort by relevance Sort by last modified time
    Searched refs:getSessionData (Results 1 - 5 of 5) sorted by null

  /external/conscrypt/src/main/java/org/conscrypt/
SSLServerSessionCache.java 42 public byte[] getSessionData(byte[] id);
SSLClientSessionCache.java 42 public byte[] getSessionData(String host, int port);
ServerSessionContext.java 64 byte[] data = persistentCache.getSessionData(sessionId);
ClientSessionContext.java 85 byte[] data = persistentCache.getSessionData(host, port);
FileClientSessionCache.java 87 // cache misses in getSessionData().
128 public synchronized byte[] getSessionData(String host, int port) {

Completed in 119 milliseconds