Класс StandardConstants
public final class StandardConstants extends Object
- Since:
- 1.8
Краткое описание полей
| Модификатор и тип | Поле | Описание |
|---|---|---|
static final int |
SNI_HOST_NAME |
Тип "host_name", представляющий имя DNS-хоста (см. SNIHostName) в расширении Server Name Indication (SNI). |
Краткое описание методов
Подробное описание полей
SNI_HOST_NAME
public static final int SNI_HOST_NAME
SNIHostName) в расширении Server Name Indication (SNI). Расширение SNI — это функция, которая расширяет протоколы SSL/TLS, чтобы указать имя сервера, к которому клиент пытается подключиться во время рукопожатия. См. раздел 3, "Server Name Indication", в TLS Extensions (RFC 6066).
Значение этой константы равно 0.
- Внешние спецификации
- См. также:
© 1993, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://download.java.net/java/early_access/jdk24/docs/api/java.base/javax/net/ssl/StandardConstants.html