软件包 | 描述 |
---|---|
javax.net.ssl |
为安全套接字包提供类。
|
Modifier and Type | Method and Description |
---|---|
static SNIMatcher |
SNIHostName.createSNIMatcher(String regex)
创建一个对象
SNIHostName s
SNIMatcher 。
|
Modifier and Type | Method and Description |
---|---|
Collection<SNIMatcher> |
SSLParameters.getSNIMatchers()
返回一个包含所有
SNIMatcher s
Collection 的服务器名称指示(SNI)的参数,如果没有设置或空。
|
Modifier and Type | Method and Description |
---|---|
void |
SSLParameters.setSNIMatchers(Collection<SNIMatcher> matchers)
设置服务器名称指示的
SNIMatcher s(SNI)参数。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.