Uses of Interface
io.helidon.webserver.KeyPerformanceIndicatorSupport.Context
Packages that use KeyPerformanceIndicatorSupport.Context
Package
Description
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
-
Uses of KeyPerformanceIndicatorSupport.Context in io.helidon.webserver
Subinterfaces of KeyPerformanceIndicatorSupport.Context in io.helidon.webserverModifier and TypeInterfaceDescriptionstatic interface
Added per-request key performance indicator context behavior for requests for which processing might be deferred until some time after receipt of the request (i.e., some time after request handling begins).Fields in io.helidon.webserver declared as KeyPerformanceIndicatorSupport.ContextModifier and TypeFieldDescriptionstatic final KeyPerformanceIndicatorSupport.Context
KeyPerformanceIndicatorSupport.Context.NO_OP
No-op implementation ofContext
.Methods in io.helidon.webserver that return KeyPerformanceIndicatorSupport.Context