Uses of Interface
io.helidon.http.HttpConfig
Packages that use HttpConfig
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
Helidon WebClient HTTP/1.1 Support.
Helidon WebClient HTTP/2 Support.
Helidon WebServer HTTP/1.1 specific APIs.
Helidon WebServer HTTP/2 Support.
-
Uses of HttpConfig in io.helidon.http
Classes in io.helidon.http with type parameters of type HttpConfigModifier and TypeClassDescriptionstatic classHttpConfig.BuilderBase<BUILDER extends HttpConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends HttpConfig> Fluent API builder base forHttpConfig.Classes in io.helidon.http that implement HttpConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.http that return HttpConfigModifier and TypeMethodDescriptionHttpConfig.Builder.build()HttpConfig.Builder.buildPrototype()static HttpConfigHttpConfig.create()Create a new instance with default values.static HttpConfigDeprecated.static HttpConfigCreate a new instance from configuration.Methods in io.helidon.http with parameters of type HttpConfigModifier and TypeMethodDescriptionstatic HttpConfig.BuilderHttpConfig.builder(HttpConfig instance) Create a new fluent API builder from an existing instance.HttpConfig.BuilderBase.from(HttpConfig prototype) Update this builder from an existing prototype instance. -
Uses of HttpConfig in io.helidon.webclient.http1
Subinterfaces of HttpConfig in io.helidon.webclient.http1Modifier and TypeInterfaceDescriptioninterfaceConfiguration of an HTTP/1.1 client.(package private) interfaceio.helidon.webclient.http1.Http1ClientProtocolConfigBlueprintConfiguration of an HTTP/1.1 client.Classes in io.helidon.webclient.http1 that implement HttpConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of HttpConfig in io.helidon.webclient.http2
Subinterfaces of HttpConfig in io.helidon.webclient.http2Modifier and TypeInterfaceDescriptioninterfaceConfiguration of an HTTP/2 client.(package private) interfaceio.helidon.webclient.http2.Http2ClientProtocolConfigBlueprintConfiguration of an HTTP/2 client.Classes in io.helidon.webclient.http2 that implement HttpConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of HttpConfig in io.helidon.webserver.http1
Subinterfaces of HttpConfig in io.helidon.webserver.http1Modifier and TypeInterfaceDescriptioninterfaceHTTP/1.1 server configuration.(package private) interfaceio.helidon.webserver.http1.Http1ConfigBlueprintHTTP/1.1 server configuration.Classes in io.helidon.webserver.http1 that implement HttpConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of HttpConfig in io.helidon.webserver.http2
Subinterfaces of HttpConfig in io.helidon.webserver.http2Modifier and TypeInterfaceDescriptioninterfaceHTTP/2 server configuration.(package private) interfaceio.helidon.webserver.http2.Http2ConfigBlueprintHTTP/2 server configuration.Classes in io.helidon.webserver.http2 that implement HttpConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.
create(io.helidon.config.Config)