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
Subclasses with type arguments of type ErrorHandling.Builder in io.helidon.webserverClasses in io.helidon.webserver that implement interfaces with type arguments of type ErrorHandling.BuilderMethods in io.helidon.webserver that return ErrorHandling.BuilderModifier and TypeMethodDescriptionstatic ErrorHandling.BuilderErrorHandling.builder()Create a new fluent API builder to customize configuration.static ErrorHandling.BuilderErrorHandling.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.