Uses of Interface
io.helidon.http.HttpLogConfig
Packages that use HttpLogConfig
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
Helidon Common HTTP/1.1 classes.
Helidon Common HTTP/2 classes.
Helidon WebServer HTTP/1.1 specific APIs.
-
Uses of HttpLogConfig in io.helidon.http
Classes in io.helidon.http with type parameters of type HttpLogConfigModifier and TypeClassDescriptionstatic classHttpLogConfig.BuilderBase<BUILDER extends HttpLogConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends HttpLogConfig> Fluent API builder base forHttpLogConfig.Classes in io.helidon.http that implement HttpLogConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.http that return HttpLogConfigModifier and TypeMethodDescriptionHttpLogConfig.Builder.build()HttpLogConfig.Builder.buildPrototype()static HttpLogConfigHttpLogConfig.create()Create a new instance with default values.static HttpLogConfigDeprecated.static HttpLogConfigCreate a new instance from configuration.HttpConfig.BuilderBase.HttpConfigImpl.log()HttpConfig.BuilderBase.log()HTTP Log configuration.default HttpLogConfigHttpConfig.log()HTTP Log configuration.Methods in io.helidon.http with parameters of type HttpLogConfigModifier and TypeMethodDescriptionstatic HttpLogConfig.BuilderHttpLogConfig.builder(HttpLogConfig instance) Create a new fluent API builder from an existing instance.static LogFormatterLogFormatter.create(HttpLogConfig config) Create a formatter.HttpLogConfig.BuilderBase.from(HttpLogConfig prototype) Update this builder from an existing prototype instance.HttpConfig.BuilderBase.log(HttpLogConfig log) HTTP Log configuration.Method parameters in io.helidon.http with type arguments of type HttpLogConfigModifier and TypeMethodDescriptionHttpConfig.BuilderBase.log(Supplier<? extends HttpLogConfig> supplier) HTTP Log configuration. -
Uses of HttpLogConfig in io.helidon.http.http1
Methods in io.helidon.http.http1 with parameters of type HttpLogConfigModifier and TypeMethodDescriptionHttp1LoggingConnectionListener.create(HttpLogConfig config, String prefix) Create a log connection listener for HTTP/1.1 communication. -
Uses of HttpLogConfig in io.helidon.http.http2
Methods in io.helidon.http.http2 with parameters of type HttpLogConfigModifier and TypeMethodDescriptionstatic Http2LoggingFrameListenerHttp2LoggingFrameListener.create(HttpLogConfig config, String prefix) Create a log listener. -
Uses of HttpLogConfig in io.helidon.webserver.http1
Methods in io.helidon.webserver.http1 with parameters of type HttpLogConfigModifier and TypeMethodDescriptionHttp1LoggingConnectionListener.create(HttpLogConfig logConfig, String prefix) Create a new instance with the specified configuration and direction.
create(io.helidon.config.Config)