Searched refs:ServerSessionContext (Results 1 - 4 of 4) sorted by relevance

/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DSSLContextImpl.java51 private ServerSessionContext serverSessionContext;
121 public ServerSessionContext engineGetServerSessionContext() {
H A DServerSessionContext.java31 public class ServerSessionContext extends AbstractSessionContext { class in inherits:AbstractSessionContext
48 public ServerSessionContext(SSLParameters parameters, method in class:ServerSessionContext
H A DSSLParameters.java63 private final ServerSessionContext serverSessionContext;
130 = new ServerSessionContext(this, serverCache);
247 protected ServerSessionContext getServerSessionContext() {
H A DOpenSSLSocketImpl.java408 ServerSessionContext sessionContext

Completed in 141 milliseconds