Uses of Class
javax.net.ssl.SNIMatcher
-
Packages that use SNIMatcher 软件包 描述 javax.net.ssl 为安全套接字包提供类。 -
-
Uses of SNIMatcher in javax.net.ssl
Methods in javax.net.ssl that return SNIMatcher Modifier and Type 方法 描述 static SNIMatcher
SNIHostName. createSNIMatcher(String regex)
为SNIHostName
创建一个SNIMatcher
对象。Methods in javax.net.ssl that return types with arguments of type SNIMatcher Modifier and Type 方法 描述 Collection<SNIMatcher>
SSLParameters. getSNIMatchers()
返回Collection
包含所有SNIMatcher
•服务器名称指示的(SNI)的参数,如果没有则为null已设置。Method parameters in javax.net.ssl with type arguments of type SNIMatcher Modifier and Type 方法 描述 void
SSLParameters. setSNIMatchers(Collection<SNIMatcher> matchers)
设置服务器名称指示(SNI)参数的SNIMatcher
。
-