Uses of Interface
io.helidon.webserver.spi.ServerFeature.ServerFeatureContext
Packages that use ServerFeature.ServerFeatureContext
Package
Description
Helidon OpenAPI support.
Helidon WebServer Access Log Support.
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 TypeMethodDescriptionvoidOpenApiFeature.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 TypeMethodDescriptionvoidAccessLogFeature.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 TypeMethodDescriptionvoidContextFeature.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 TypeMethodDescriptionvoidCorsFeature.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 TypeMethodDescriptionvoidObserveFeature.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 TypeMethodDescriptionvoidConfigObserver.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 TypeMethodDescriptionvoidHealthObserver.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 TypeMethodDescriptionvoidInfoObserver.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 TypeMethodDescriptionvoidLogObserver.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 TypeMethodDescriptionvoidMetricsObserver.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 TypeMethodDescriptionvoidObserver.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 TypeMethodDescriptionvoidTracingObserver.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 TypeMethodDescriptionvoidSecurityFeature.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 TypeMethodDescriptionvoidServerFeature.setup(ServerFeature.ServerFeatureContext featureContext) Set up a server feature.