Uses of Interface
io.helidon.webserver.ErrorHandling
Packages that use ErrorHandling
Package
Description
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
-
Uses of ErrorHandling in io.helidon.webserver
Classes in io.helidon.webserver with type parameters of type ErrorHandlingModifier and TypeClassDescriptionstatic class
ErrorHandling.BuilderBase<BUILDER extends ErrorHandling.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ErrorHandling> Fluent API builder base forErrorHandling
.Classes in io.helidon.webserver that implement ErrorHandlingModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webserver that return ErrorHandlingModifier and TypeMethodDescriptionErrorHandling.Builder.build()
ErrorHandling.Builder.buildPrototype()
static ErrorHandling
ErrorHandling.create()
Create a new instance with default values.static ErrorHandling
Create a new instance from configuration.ListenerConfig.BuilderBase.errorHandling()
Configuration for this listener's error handling.ListenerConfig.BuilderBase.ListenerConfigImpl.errorHandling()
Methods in io.helidon.webserver with parameters of type ErrorHandlingModifier and TypeMethodDescriptionstatic ErrorHandling.Builder
ErrorHandling.builder
(ErrorHandling instance) Create a new fluent API builder from an existing instance.ListenerConfig.BuilderBase.errorHandling
(ErrorHandling errorHandling) Configuration for this listener's error handling.ErrorHandling.BuilderBase.from
(ErrorHandling prototype) Update this builder from an existing prototype instance.Method parameters in io.helidon.webserver with type arguments of type ErrorHandlingModifier and TypeMethodDescriptionListenerConfig.BuilderBase.errorHandling
(Supplier<? extends ErrorHandling> supplier) Configuration for this listener's error handling.