Home
last modified time | relevance | path

Searched refs:getSession (Results 1 – 25 of 100) sorted by relevance

1234

/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
DSSLEngineImplTest.java118 server.getSession().invalidate(); in testHandshake()
124 client.getSession().invalidate(); in testHandshake()
128 client.getSession().invalidate(); in testHandshake()
129 server.getSession().invalidate(); in testHandshake()
380 engine.getSession().getPacketBufferSize())); in testSetGetUseClientMode()
409 SSLSession session = engine.getSession(); in testGetSession()
501 client.getSession().getPacketBufferSize(); in testCloseInbound2()
503 server.getSession().getApplicationBufferSize(); in testCloseInbound2()
594 client.getSession().getPacketBufferSize(); in testErrorProcessing()
596 server.getSession().getApplicationBufferSize(); in testErrorProcessing()
[all …]
DSSLSessionContextImplTest.java48 assertTrue(context.getSession(id) != null); in testSSLSessionContextImpl()
51 SSLSession ses = context.getSession(ses1.getId()); in testSSLSessionContextImpl()
54 ses = context.getSession(ses3.getId()); in testSSLSessionContextImpl()
DHandshakeProtocolTest.java107 assertSame(hs_protocol.getSession(), ses); in testcomputerVerifyDataTLS()
151 assertSame(hs_protocol.getSession(), ses); in testComputerReferenceVerifyDataSSLv3()
/external/conscrypt/src/test/java/org/conscrypt/
DClientSessionContextTest.java90 assertSame(s.getPeerHost(), s, context.getSession(s.getId())); in assertSessionContextContents()
91 assertSame(s.getPeerHost(), s, context.getSession(s.getPeerHost(), 443)); in assertSessionContextContents()
94 assertNull(s.getPeerHost(), context.getSession(s.getId())); in assertSessionContextContents()
95 assertNull(s.getPeerHost(), context.getSession(s.getPeerHost(), 443)); in assertSessionContextContents()
102 sessions.add(context.getSession(id)); in assertSessionContextContents()
/external/jetty/src/java/org/eclipse/jetty/server/session/
DAbstractSessionManager.java84 public HttpSession getSession(String sessionId)
145 httpSession = request.getSession(true); in renewSession()
186 AbstractSession s = ((SessionIf)session).getSession(); in access()
225 AbstractSession s = ((SessionIf)session).getSession(); in complete()
312 AbstractSession session = getSession(cluster_id); in getHttpSession()
563 AbstractSession s = ((SessionIf)session).getSession(); in isValid()
570 AbstractSession s = ((SessionIf)session).getSession(); in getClusterId()
577 AbstractSession s = ((SessionIf)session).getSession(); in getNodeId()
739 public abstract AbstractSession getSession(String idInCluster); in getSession() method in AbstractSessionManager
779 AbstractSession s = ((SessionIf)session).getSession(); in removeSession()
[all …]
DSessionHandler.java152 old_session = baseRequest.getSession(false); in doScope()
166 session = baseRequest.getSession(false); in doScope()
206 HttpSession session = baseRequest.getSession(false); in doScope()
/external/llvm/tools/llvm-pdbdump/
DFunctionDumper.cpp37 Symbol.getSession().template getConcreteSymbolById<PDBSymbolTypeUDT>( in dumpClassParentWithScopeOperator()
57 Symbol.getSession().getConcreteSymbolById<PDBSymbolTypeUDT>( in start()
196 auto ElementType = Symbol.getSession().getSymbolById(ElementTypeId); in dump()
220 auto Type = Symbol.getSession().getSymbolById(TypeId); in dump()
233 auto PointeeType = Symbol.getSession().getSymbolById(PointeeId); in dump()
DTypedefDumper.cpp32 if (auto TypeSymbol = Symbol.getSession().getSymbolById(TargetId)) in start()
56 auto PointeeType = Symbol.getSession().getSymbolById(PointeeId); in dump()
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/serialization/
DHandshakeCompletedEventTest.java41 return new Object[] { new HandshakeCompletedEvent(soc, soc.getSession()) }; in getData()
51 test.getSession(); in assertDeserialized()
DSSLSessionBindingEventTest.java41 return new Object[] { new SSLSessionBindingEvent(soc.getSession(), "someName") }; in getData()
/external/conscrypt/src/main/java/org/conscrypt/
DServerSessionContext.java56 public SSLSession getSession(byte[] sessionId) { in getSession() method in ServerSessionContext
58 SSLSession cachedSession = super.getSession(sessionId); in getSession()
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
DPairingContext.java88 Certificate localCert = PoloUtil.getLocalCert(socket.getSession()); in fromSslSocket()
89 Certificate peerCert = PoloUtil.getPeerCert(socket.getSession()); in fromSslSocket()
/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
/external/apache-http/android/src/android/net/http/
DCertificateChainValidator.java113 SSLSession sslSession = sslSocket.getSession(); in doHandshakeAndValidateServerCertificates()
120 sslSocket.getSession().getPeerCertificates(); in doHandshakeAndValidateServerCertificates()
278 SSLSession session = socket.getSession(); in closeSocketThrowException()
/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/security/authentication/
DSessionAuthentication.java129 _session=se.getSession(); in sessionDidActivate()
137 _session=event.getSession(); in valueBound()
/external/guice/extensions/servlet/lib/build/
Dservlet-api-2.5.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
/external/guice/extensions/struts2/lib/
Dservlet-api-2.5.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
/external/guice/extensions/persist/lib/
Dservlet-api-2.5.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Djavax.servlet_2.5.0.v200910301333.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/testng/src/test/java/test/guice/
DMyContext.java5 MySession getSession(); in getSession() method
DMyContextImpl.java8 public MySession getSession() { in getSession() method in MyContextImpl
DGuiceTestModule.java16 bind(MySession.class).toInstance(myContext.getSession()); in configure()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DDelegatingSSLSocket.java72 @Override public SSLSession getSession() { in getSession() method in DelegatingSSLSocket
73 return delegate.getSession(); in getSession()
/external/jetty/lib/
Djavax.servlet-3.0.0.v201112011016.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...

1234