Home
last modified time | relevance | path

Searched defs:getSession (Results 1 – 25 of 31) sorted by relevance

12

/external/testng/src/test/java/test/guice/
DMyContext.java5 MySession getSession(); in getSession() method
DMyContextImpl.java8 public MySession getSession() { in getSession() method in MyContextImpl
/external/guice/extensions/servlet/src/com/google/inject/servlet/
DContinuingHttpServletRequest.java66 @Override public HttpSession getSession() { in getSession() method in ContinuingHttpServletRequest
70 @Override public HttpSession getSession(boolean create) { in getSession() method in ContinuingHttpServletRequest
/external/jetty/src/java/org/eclipse/jetty/server/
DServletRequestHttpWrapper.java141 public HttpSession getSession(boolean create) in getSession() method in ServletRequestHttpWrapper
146 public HttpSession getSession() in getSession() method in ServletRequestHttpWrapper
DRequest.java1246 public HttpSession getSession() in getSession() method in Request
1255 public HttpSession getSession(boolean create) in getSession() method in Request
/external/conscrypt/src/main/java/org/conscrypt/
DServerSessionContext.java56 public SSLSession getSession(byte[] sessionId) { in getSession() method in ServerSessionContext
DClientSessionContext.java69 public SSLSession getSession(String host, int port) { in getSession() method in ClientSessionContext
DAbstractSessionContext.java283 public SSLSession getSession(byte[] sessionId) { in getSession() method
DOpenSSLEngineImpl.java287 public SSLSession getSession() { in getSession() method in OpenSSLEngineImpl
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbol.h86 const IPDBSession &getSession() const { return Session; } in getSession() function
/external/guice/extensions/servlet/test/com/google/inject/servlet/
DServletTestUtils.java83 @Override public HttpSession getSession() { in newFakeHttpServletRequest() method
/external/jetty/src/java/org/eclipse/jetty/server/session/
DHashSessionIdManager.java69 public Collection<HttpSession> getSession(String id) in getSession() method in HashSessionIdManager
DAbstractSessionManager.java739 public abstract AbstractSession getSession(String idInCluster); in getSession() method in AbstractSessionManager
1006 public AbstractSession getSession(); in getSession() method
DHashSessionManager.java359 public AbstractSession getSession(String idInCluster) in getSession() method in HashSessionManager
DAbstractSession.java113 public AbstractSession getSession() in getSession() method in AbstractSession
DJDBCSessionManager.java443 public Session getSession(String idInCluster) in getSession() method in JDBCSessionManager
/external/okhttp/android/test/java/com/squareup/okhttp/internal/
DPlatformTest.java155 public SSLSession getSession() { in getSession() method in PlatformTest.TestSSLSocketImpl
/external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/tests/support/
DMySSLContextSpi.java175 public SSLSession getSession() { in getSession() method in MySSLContextSpi.tmpSSLEngine
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
DSSLSocketTest.java158 public SSLSession getSession() { in getSession() method in MySSLSocket
/external/apache-harmony/x-net/src/test/java/javax/net/ssl/
DMySSLContextSpi.java164 public SSLSession getSession() { in getSession() method in MySSLContextSpi.tmpSSLEngine
/external/conscrypt/src/stub/java/com/android/org/conscrypt/
DOpenSSLSocketImpl.java115 @Override public SSLSession getSession() { in getSession() method in OpenSSLSocketImpl
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DDelegatingSSLSocket.java72 @Override public SSLSession getSession() { in getSession() method in DelegatingSSLSocket
/external/conscrypt/src/stub/java/org/apache/harmony/xnet/xnet/provider/jsse/
DOpenSSLSocketImpl.java115 @Override public SSLSession getSession() { in getSession() method in OpenSSLSocketImpl
/external/conscrypt/src/compat/java/org/conscrypt/
DPreKitKatPlatformOpenSSLSocketImplAdapter.java302 public SSLSession getSession() { in getSession() method in PreKitKatPlatformOpenSSLSocketImplAdapter
DKitKatPlatformOpenSSLSocketImplAdapter.java302 public SSLSession getSession() { in getSession() method in KitKatPlatformOpenSSLSocketImplAdapter

12