Searched defs:getSession (Results 1 - 12 of 12) sorted by relevance

/libcore/ojluni/src/main/java/javax/net/ssl/
H A DSSLSessionBindingEvent.java89 public SSLSession getSession() method in class:SSLSessionBindingEvent
H A DHandshakeCompletedEvent.java75 public SSLSession getSession() method in class:HandshakeCompletedEvent
H A DSSLSessionContext.java68 public SSLSession getSession(byte[] sessionId); method in interface:SSLSessionContext
H A DSSLSocket.java70 * session attributes by using the <em>getSession</em> method.
78 * <LI> a call to <code>getSession</code> tries to set up a session
1102 public abstract SSLSession getSession(); method in class:SSLSocket
1111 * been completely initialized and made available via {@code getSession}.
1126 * Unlike {@link #getSession()}, this method does not initiate the
H A DSSLEngine.java66 * using the {@link #getSession()} method.
220 * int appSize = engine.getSession().getApplicationBufferSize();
228 * int netSize = engine.getSession().getPacketBufferSize();
1603 * Unlike {@link SSLSocket#getSession()}
1613 public abstract SSLSession getSession(); method in class:SSLEngine
1622 * been completely initialized and made available via {@code getSession}.
/libcore/ojluni/src/main/java/sun/security/ssl/
H A DSSLSessionContextImpl.java61 public SSLSession getSession(byte[] sessionId) { method in class:SSLSessionContextImpl
143 return (SSLSessionImpl)getSession(id);
H A DHandshaker.java748 SSLSessionImpl getSession() { method in class:Handshaker
H A DSSLEngineImpl.java1020 sess = handshaker.getSession();
1549 synchronized public SSLSession getSession() { method in class:SSLEngineImpl
2082 retval.append(getSession().getCipherSuite());
H A DSSLSocketImpl.java1032 sess = handshaker.getSession();
2164 public SSLSession getSession() { method in class:SSLSocketImpl
2176 ", IOException in getSession(): " + e);
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DMySSLContextSpi.java135 public SSLSession getSession() { return null; } method in class:MySSLContextSpi.tmpSSLEngine
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
H A DMySSLContextSpi.java133 public SSLSession getSession() { return null; } method in class:MySSLContextSpi.tmpSSLEngine
/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java3251 @Override public SSLSession getSession() { method in class:URLConnectionTest.DelegatingSSLSocket
3252 return delegate.getSession();

Completed in 189 milliseconds