Uses of Interface
io.helidon.nima.http2.webserver.Http2Config
Packages that use Http2Config
-
Uses of Http2Config in io.helidon.nima.http2.webserver
Methods in io.helidon.nima.http2.webserver with parameters of type Http2ConfigModifier and TypeMethodDescriptionHttp2ConnectionProvider.Builder.http2Config(Http2Config http2Config) Custom configuration of HTTP/2 connection provider.Http2UpgradeProvider.Builder.http2Config(Http2Config http2Config) Custom configuration of HTTP/2 connections.Constructors in io.helidon.nima.http2.webserver with parameters of type Http2ConfigModifierConstructorDescriptionHttp2Stream(ConnectionContext ctx, HttpRouting routing, Http2Config http2Config, List<Http2SubProtocolSelector> subProviders, int streamId, Http2Settings serverSettings, Http2Settings clientSettings, Http2StreamWriter writer, ConnectionFlowControl connectionFlowControl) A new HTTP/2 server stream.