Uses of Interface
javax.net.ssl.SSLSessionContext
-
Packages that use SSLSessionContext 软件包 描述 javax.net.ssl 提供安全套接字包的类。 -
-
Uses of SSLSessionContext in javax.net.ssl
Methods in javax.net.ssl that return SSLSessionContext 变量和类型 方法 描述 protected abstract SSLSessionContextSSLContextSpi. engineGetClientSessionContext()返回此上下文的客户端SSLSessionContext对象。protected abstract SSLSessionContextSSLContextSpi. engineGetServerSessionContext()返回此上下文的服务器SSLSessionContext对象。SSLSessionContextSSLContext. getClientSessionContext()返回客户端会话上下文,该上下文表示可在客户端SSL套接字的握手阶段使用的SSL会话集。SSLSessionContextSSLContext. getServerSessionContext()返回服务器会话上下文,表示服务器端SSL套接字在握手阶段可用的SSL会话集。SSLSessionContextSSLSession. getSessionContext()返回绑定此会话的上下文。
-