Uses of Class
javax.net.ssl.SNIServerName
-
Packages that use SNIServerName 软件包 描述 javax.net.ssl 提供安全套接字包的类。 -
-
Uses of SNIServerName in javax.net.ssl
Subclasses of SNIServerName in javax.net.ssl 变量和类型 类 描述 class
SNIHostName
此类的实例表示服务器名称指示(SNI)扩展中的类型为host_name
的服务器名称。Methods in javax.net.ssl that return types with arguments of type SNIServerName 变量和类型 方法 描述 List<SNIServerName>
ExtendedSSLSession. getRequestedServerNames()
获得List
,其中包含所请求的服务器名称指示(SNI)扩展的所有SNIServerName
s。List<SNIServerName>
SSLParameters. getServerNames()
返回List
,其中包含服务器名称指示(SNI)参数的所有SNIServerName
,如果未设置,则返回null。Methods in javax.net.ssl with parameters of type SNIServerName 变量和类型 方法 描述 abstract boolean
SNIMatcher. matches(SNIServerName serverName)
尝试匹配给定的SNIServerName
。Method parameters in javax.net.ssl with type arguments of type SNIServerName 变量和类型 方法 描述 void
SSLParameters. setServerNames(List<SNIServerName> serverNames)
设置服务器名称指示(SNI)参数的所需SNIServerName
。
-