Uses of Class
io.helidon.webserver.http.ErrorHandlers
Packages that use ErrorHandlers
-
Uses of ErrorHandlers in io.helidon.webserver.http
Methods in io.helidon.webserver.http that return ErrorHandlersModifier and TypeMethodDescriptionstatic ErrorHandlers
ErrorHandlers.create
(Map<Class<? extends Throwable>, ErrorHandler<?>> errorHandlers) Create error handlers.Methods in io.helidon.webserver.http with parameters of type ErrorHandlersModifier and TypeMethodDescriptionstatic Filters
Filters.create
(ErrorHandlers errorHandlers, List<Filter> filters) Create filters.