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 Modifier and Type Class 描述 class
SNIHostName
此类的实例表示服务器名称指示(SNI)扩展中的类型为host_name
的服务器名称。Methods in javax.net.ssl that return types with arguments of type SNIServerName Modifier and Type 方法 描述 List<SNIServerName>
ExtendedSSLSession. getRequestedServerNames()
获取List
,其中包含所请求的服务器名称指示(SNI)扩展名的SNIServerName
。List<SNIServerName>
SSLParameters. getServerNames()
返回List
包含所有SNIServerName
•服务器名称指示的(SNI)的参数,如果没有则为null已设置。Methods in javax.net.ssl with parameters of type SNIServerName Modifier and Type 方法 描述 abstract boolean
SNIMatcher. matches(SNIServerName serverName)
尝试匹配给定的SNIServerName
。Method parameters in javax.net.ssl with type arguments of type SNIServerName Modifier and Type 方法 描述 void
SSLParameters. setServerNames(List<SNIServerName> serverNames)
设置服务器名称指示(SNI)参数所需的SNIServerName
s。
-