Searched refs:getSessionData (Results 1 – 10 of 10) sorted by relevance
41 byte[] getSessionData(byte[] id); in getSessionData() method
42 byte[] getSessionData(String host, int port); in getSessionData() method
59 byte[] data = persistentCache.getSessionData(sessionId); in getSessionFromPersistentCache()
138 byte[] data = persistentCache.getSessionData(host, port); in getSession()
131 public synchronized byte[] getSessionData(String host, int port) { in getSessionData() method in FileClientSessionCache.Impl
42 byte[] getSessionData(byte[] id); in getSessionData() method
45 byte[] getSessionData(String host, int port); in getSessionData() method
61 byte[] data = persistentCache.getSessionData(sessionId); in getSessionFromPersistentCache()
144 byte[] data = persistentCache.getSessionData(host, port); in getSession()
135 public synchronized byte[] getSessionData(String host, int port) { in getSessionData() method in FileClientSessionCache.Impl