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 变量和类型 方法 描述 static SNIMatcherSNIHostName. createSNIMatcher(String regex)为SNIHostName创建SNIMatcher对象。Methods in javax.net.ssl that return types with arguments of type SNIMatcher 变量和类型 方法 描述 Collection<SNIMatcher>SSLParameters. getSNIMatchers()返回Collection,其中包含服务器名称指示(SNI)参数的所有SNIMatchers,如果未设置,则返回null。Method parameters in javax.net.ssl with type arguments of type SNIMatcher 变量和类型 方法 描述 voidSSLParameters. setSNIMatchers(Collection<SNIMatcher> matchers)设置服务器名称指示(SNI)参数的SNIMatcher。 
 -