Package io.netty.handler.codec.http2
Class Http2SecurityUtil
- java.lang.Object
-
- io.netty.handler.codec.http2.Http2SecurityUtil
-
public final class Http2SecurityUtil extends java.lang.Object
Provides utilities related to security requirements specific to HTTP/2.
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.List<java.lang.String>
CIPHERS
The following list is derived from SunJSSE Supported Ciphers and Mozilla Modern Cipher Suites in accordance with the HTTP/2 Specification.
-
-
-
Field Detail
-
CIPHERS
public static final java.util.List<java.lang.String> CIPHERS
The following list is derived from SunJSSE Supported Ciphers and Mozilla Modern Cipher Suites in accordance with the HTTP/2 Specification. According to the JSSE documentation "the names mentioned in the TLS RFCs prefixed with TLS_ are functionally equivalent to the JSSE cipher suites prefixed with SSL_". Both variants are used to support JVMs supporting the one or the other.
-
-