Uses of Class
io.helidon.webserver.ErrorHandling.Builder
Packages that use ErrorHandling.Builder
Package
Description
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
-
Uses of ErrorHandling.Builder in io.helidon.webserver
Methods in io.helidon.webserver that return ErrorHandling.BuilderModifier and TypeMethodDescriptionstatic ErrorHandling.Builder
ErrorHandling.builder()
Create a new fluent API builder to customize configuration.static ErrorHandling.Builder
ErrorHandling.builder
(ErrorHandling instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.webserver with type arguments of type ErrorHandling.BuilderModifier and TypeMethodDescriptionListenerConfig.BuilderBase.errorHandling
(Consumer<ErrorHandling.Builder> consumer) Configuration for this listener's error handling.