Home | History | Annotate | Download | only in jsse

Lines Matching refs:ServerSessionContext

46     private final ServerSessionContext serverSessionContext;
52 serverSessionContext = new ServerSessionContext();
65 serverSessionContext = new ServerSessionContext();
69 serverSessionContext = DEFAULT_SSL_CONTEXT_IMPL.engineGetServerSessionContext();
75 serverSessionContext);
93 clientSessionContext, serverSessionContext);
133 public ServerSessionContext engineGetServerSessionContext() {
134 return serverSessionContext;