Uses of Interface
io.helidon.nima.webserver.http1.Http1Config
Packages that use Http1Config
-
Uses of Http1Config in io.helidon.nima.webserver.http1
Methods in io.helidon.nima.webserver.http1 with parameters of type Http1ConfigModifier and TypeMethodDescriptionHttp1ConnectionProvider.Builder.http1Config(Http1Config http1Config) Custom configuration of HTTP/1 connection provider.Constructors in io.helidon.nima.webserver.http1 with parameters of type Http1ConfigModifierConstructorDescriptionHttp1Connection(ConnectionContext ctx, Http1Config http1Config, Map<String, Http1Upgrader> upgradeProviderMap) Create a new connection.