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 classErrorHandling.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 classGenerated 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 ErrorHandlingErrorHandling.create()Create a new instance with default values.static ErrorHandlingDeprecated.static ErrorHandlingCreate a new instance from configuration.ListenerConfig.BuilderBase.errorHandling()Configuration for this listener's error handling.ListenerConfig.BuilderBase.ListenerConfigImpl.errorHandling()ListenerConfig.errorHandling()Configuration for this listener's error handling.Methods in io.helidon.webserver with parameters of type ErrorHandlingModifier and TypeMethodDescriptionstatic ErrorHandling.BuilderErrorHandling.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.
create(io.helidon.config.Config)