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

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLClientSessionCache.java 42 public byte[] getSessionData(String host, int port);
SSLServerSessionCache.java 42 public byte[] getSessionData(byte[] id);
ServerSessionContext.java 57 byte[] data = persistentCache.getSessionData(sessionId);
ClientSessionContext.java 80 byte[] data = persistentCache.getSessionData(host, port);
FileClientSessionCache.java 94 // cache misses in getSessionData().
130 public synchronized byte[] getSessionData(String host, int port) {
  /frameworks/base/tests/CoreTests/android/core/
SSLPerformanceTest.java 70 cache.getSessionData("crazybob.org", 443);
82 cache.getSessionData("crazybob.org", 443);
100 cache.getSessionData("crazybob.org", 443);
117 cache.getSessionData("crazybob.org", 443);
130 cache.getSessionData("crazybob.org", 443);
134 byte[] sessionData = cache.getSessionData("foo", 443);
151 cache.getSessionData("crazybob.org", 443);
155 byte[] sessionData = cache.getSessionData("foo", 443);
166 cache.getSessionData("crazybob.org", 443);
180 cache.getSessionData("crazybob.org", 443)
    [all...]
DatabaseSessionCache.java 225 public byte[] getSessionData(String host, int port) {
279 public byte[] getSessionData(byte[] id) {
SSLSocketTest.java     [all...]

Completed in 940 milliseconds