Home
last modified time | relevance | path

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

12

/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.java70 public SSLSession getSession(String host, int port) { in getSession() method in ClientSessionContext
DAbstractSessionContext.java275 public SSLSession getSession(byte[] sessionId) { in getSession() method
DOpenSSLEngineImpl.java287 public SSLSession getSession() { in getSession() method in OpenSSLEngineImpl
DOpenSSLSocketImpl.java790 public SSLSession getSession() { in getSession() method in OpenSSLSocketImpl
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbol.h86 const IPDBSession &getSession() const { return Session; } in getSession() function
/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/java/javax/net/ssl/
DMySSLContextSpi.java164 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
DSSLEngineTest.java417 public SSLSession getSession() { in getSession() method in mySSLEngine
/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/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/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/compat/java/org/conscrypt/
DPreKitKatPlatformOpenSSLSocketImplAdapter.java302 public SSLSession getSession() { in getSession() method in PreKitKatPlatformOpenSSLSocketImplAdapter
DKitKatPlatformOpenSSLSocketImplAdapter.java302 public SSLSession getSession() { in getSession() method in KitKatPlatformOpenSSLSocketImplAdapter
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp722 SessionContext& getSession() { return Session; } in getSession() function in IRGenContext
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp722 SessionContext& getSession() { return Session; } in getSession() function in IRGenContext

12