Class Http2Configuration
java.lang.Object
com.netflix.zuul.netty.server.http2.Http2Configuration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic io.netty.handler.ssl.SslContext
configureSSL
(SslContextFactory sslContextFactory, String metricId) static io.netty.handler.ssl.SslContext
configureSSLWithH2Disabled
(SslContextFactory sslContextFactory, String host) This is meant to be use in cases where the server wishes not to advertise h2 as part of ALPN.
-
Constructor Details
-
Http2Configuration
public Http2Configuration()
-
-
Method Details
-
configureSSL
public static io.netty.handler.ssl.SslContext configureSSL(SslContextFactory sslContextFactory, String metricId) -
configureSSLWithH2Disabled
public static io.netty.handler.ssl.SslContext configureSSLWithH2Disabled(SslContextFactory sslContextFactory, String host) This is meant to be use in cases where the server wishes not to advertise h2 as part of ALPN.
-