Uses of Interface
io.helidon.webserver.spi.ServerFeature.ServerFeatureContext
Packages that use ServerFeature.ServerFeatureContext
Package
Description
Helidon OpenAPI support.
Helidon WebServer Access Log Support.
An implementation of a feature to protect all server requests with a limit.
Helidon WebServer Context Support.
Helidon WebServer CORS Support.
Helidon WebServer Observability Support.
Helidon WebServer Observability Config Support.
Helidon WebServer Observability Health Support.
Helidon WebServer Observability Info Support.
Helidon WebServer Observability Log Support.
Helidon WebServer Observability Metrics Support.
Helidon WebServer Observability SPI.
Helidon WebServer Tracing Observability Support.
Helidon WebServer Security Support.
Helidon WebServer SPI.
-
Uses of ServerFeature.ServerFeatureContext in io.helidon.openapi
Methods in io.helidon.openapi with parameters of type ServerFeature.ServerFeatureContextModifier and TypeMethodDescriptionvoid
OpenApiFeature.setup
(ServerFeature.ServerFeatureContext featureContext) -
Uses of ServerFeature.ServerFeatureContext in io.helidon.webserver.accesslog
Methods in io.helidon.webserver.accesslog with parameters of type ServerFeature.ServerFeatureContextModifier and TypeMethodDescriptionvoid
AccessLogFeature.setup
(ServerFeature.ServerFeatureContext featureContext) -
Uses of ServerFeature.ServerFeatureContext in io.helidon.webserver.concurrency.limits
Methods in io.helidon.webserver.concurrency.limits with parameters of type ServerFeature.ServerFeatureContextModifier and TypeMethodDescriptionvoid
LimitsFeature.setup
(ServerFeature.ServerFeatureContext featureContext) -
Uses of ServerFeature.ServerFeatureContext in io.helidon.webserver.context
Methods in io.helidon.webserver.context with parameters of type ServerFeature.ServerFeatureContextModifier and TypeMethodDescriptionvoid
ContextFeature.setup
(ServerFeature.ServerFeatureContext featureContext) -
Uses of ServerFeature.ServerFeatureContext in io.helidon.webserver.cors
Methods in io.helidon.webserver.cors with parameters of type ServerFeature.ServerFeatureContextModifier and TypeMethodDescriptionvoid
CorsFeature.setup
(ServerFeature.ServerFeatureContext featureContext) -
Uses of ServerFeature.ServerFeatureContext in io.helidon.webserver.observe
Methods in io.helidon.webserver.observe with parameters of type ServerFeature.ServerFeatureContextModifier and TypeMethodDescriptionvoid
ObserveFeature.setup
(ServerFeature.ServerFeatureContext featureContext) -
Uses of ServerFeature.ServerFeatureContext in io.helidon.webserver.observe.config
Methods in io.helidon.webserver.observe.config with parameters of type ServerFeature.ServerFeatureContextModifier and TypeMethodDescriptionvoid
ConfigObserver.register
(ServerFeature.ServerFeatureContext featureContext, List<HttpRouting.Builder> observeEndpointRouting, UnaryOperator<String> endpointFunction) -
Uses of ServerFeature.ServerFeatureContext in io.helidon.webserver.observe.health
Methods in io.helidon.webserver.observe.health with parameters of type ServerFeature.ServerFeatureContextModifier and TypeMethodDescriptionvoid
HealthObserver.register
(ServerFeature.ServerFeatureContext featureContext, List<HttpRouting.Builder> observeEndpointRouting, UnaryOperator<String> endpointFunction) -
Uses of ServerFeature.ServerFeatureContext in io.helidon.webserver.observe.info
Methods in io.helidon.webserver.observe.info with parameters of type ServerFeature.ServerFeatureContextModifier and TypeMethodDescriptionvoid
InfoObserver.register
(ServerFeature.ServerFeatureContext featureContext, List<HttpRouting.Builder> observeEndpointRouting, UnaryOperator<String> endpointFunction) -
Uses of ServerFeature.ServerFeatureContext in io.helidon.webserver.observe.log
Methods in io.helidon.webserver.observe.log with parameters of type ServerFeature.ServerFeatureContextModifier and TypeMethodDescriptionvoid
LogObserver.register
(ServerFeature.ServerFeatureContext featureContext, List<HttpRouting.Builder> observeEndpointRouting, UnaryOperator<String> endpointFunction) -
Uses of ServerFeature.ServerFeatureContext in io.helidon.webserver.observe.metrics
Methods in io.helidon.webserver.observe.metrics with parameters of type ServerFeature.ServerFeatureContextModifier and TypeMethodDescriptionvoid
MetricsObserver.register
(ServerFeature.ServerFeatureContext featureContext, List<HttpRouting.Builder> observeEndpointRouting, UnaryOperator<String> endpointFunction) -
Uses of ServerFeature.ServerFeatureContext in io.helidon.webserver.observe.spi
Methods in io.helidon.webserver.observe.spi with parameters of type ServerFeature.ServerFeatureContextModifier and TypeMethodDescriptionvoid
Observer.register
(ServerFeature.ServerFeatureContext featureContext, List<HttpRouting.Builder> observeEndpointRouting, UnaryOperator<String> endpointFunction) Register the observer features, services, and/or filters. -
Uses of ServerFeature.ServerFeatureContext in io.helidon.webserver.observe.tracing
Methods in io.helidon.webserver.observe.tracing with parameters of type ServerFeature.ServerFeatureContextModifier and TypeMethodDescriptionvoid
TracingObserver.register
(ServerFeature.ServerFeatureContext featureContext, List<HttpRouting.Builder> observeEndpointRouting, UnaryOperator<String> endpointFunction) -
Uses of ServerFeature.ServerFeatureContext in io.helidon.webserver.security
Methods in io.helidon.webserver.security with parameters of type ServerFeature.ServerFeatureContextModifier and TypeMethodDescriptionvoid
SecurityFeature.setup
(ServerFeature.ServerFeatureContext featureContext) -
Uses of ServerFeature.ServerFeatureContext in io.helidon.webserver.spi
Methods in io.helidon.webserver.spi with parameters of type ServerFeature.ServerFeatureContextModifier and TypeMethodDescriptionvoid
ServerFeature.setup
(ServerFeature.ServerFeatureContext featureContext) Set up a server feature.