Searched defs:getSessionData (Results 1 - 3 of 3) sorted by relevance

/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DSSLClientSessionCache.java42 public byte[] getSessionData(String host, int port); method in interface:SSLClientSessionCache
H A DSSLServerSessionCache.java42 public byte[] getSessionData(byte[] id); method in interface:SSLServerSessionCache
H A DFileClientSessionCache.java94 // cache misses in getSessionData().
130 public synchronized byte[] getSessionData(String host, int port) { method in class:FileClientSessionCache.Impl

Completed in 7216 milliseconds