Class Http2AlpnSupport
java.lang.Object
org.apache.pekko.http.impl.engine.http2.Http2AlpnSupport
INTERNAL API
Will add support to an engine either using jetty alpn or using netty APIs (later).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidclientSetApplicationProtocols(SSLEngine engine, String[] protocols) static SSLEngineenableForServer(SSLEngine engine, scala.Function1<String, scala.runtime.BoxedUnit> setChosenProtocol) Enables server-side Http/2 ALPN support for the given engine.static StringH2()static StringHTTP11()
-
Constructor Details
-
Http2AlpnSupport
public Http2AlpnSupport()
-
-
Method Details
-
H2
-
HTTP11
-
enableForServer
public static SSLEngine enableForServer(SSLEngine engine, scala.Function1<String, scala.runtime.BoxedUnit> setChosenProtocol) Enables server-side Http/2 ALPN support for the given engine.- Parameters:
engine- (undocumented)setChosenProtocol- (undocumented)- Returns:
- (undocumented)
-
clientSetApplicationProtocols
-