Uses of Interface
io.helidon.reactive.webserver.Service
Packages that use Service
Package
Description
Support for Micrometer in Helidon SE.
Support for Prometheus client endpoint.
GraphQL server integration with Helidon Reactive WebServer.
Health check support for helidon SE.
Metrics endpoint for reactive WebServer.
OpenAPI integration with Helidon Reactive WebServer.
Support types for REST services.
Reactive web server API.
Access log support for Helidon WebServer.
Helidon SE CORS Support
Static content support for Helidon
WebServer.Integration library for RxServer.
Integration with Open ID Connect providers for reactive server.
-
Uses of Service in io.helidon.integrations.micrometer
Classes in io.helidon.integrations.micrometer that implement Service -
Uses of Service in io.helidon.metrics.prometheus
Classes in io.helidon.metrics.prometheus that implement ServiceModifier and TypeClassDescriptionfinal classSupport for Prometheus client endpoint. -
Uses of Service in io.helidon.reactive.graphql.server
Classes in io.helidon.reactive.graphql.server that implement Service -
Uses of Service in io.helidon.reactive.health
Classes in io.helidon.reactive.health that implement ServiceModifier and TypeClassDescriptionfinal classHealth check support for integration with webserver, to expose the health endpoint. -
Uses of Service in io.helidon.reactive.metrics
Classes in io.helidon.reactive.metrics that implement ServiceModifier and TypeClassDescriptionclassSupport for metrics for Helidon Web Server. -
Uses of Service in io.helidon.reactive.openapi
Classes in io.helidon.reactive.openapi that implement ServiceModifier and TypeClassDescriptionclassProvides an endpoint and supporting logic for returning an OpenAPI document that describes the endpoints handled by the server. -
Uses of Service in io.helidon.reactive.servicecommon
Subinterfaces of Service in io.helidon.reactive.servicecommonModifier and TypeInterfaceDescriptioninterfaceRequired behavior (primarily required byHelidonRestCdiExtensionof service support implementations.Classes in io.helidon.reactive.servicecommon that implement ServiceModifier and TypeClassDescriptionclassCommon base implementation for service support classes which involve REST endpoints. -
Uses of Service in io.helidon.reactive.webserver
Classes in io.helidon.reactive.webserver that implement ServiceModifier and TypeClassDescriptionclassMethods in io.helidon.reactive.webserver with parameters of type ServiceModifier and TypeMethodDescriptionRegisters builder consumer.Registers builder consumer. -
Uses of Service in io.helidon.reactive.webserver.accesslog
Classes in io.helidon.reactive.webserver.accesslog that implement ServiceModifier and TypeClassDescriptionfinal classService that adds support for Access logging to WebServer. -
Uses of Service in io.helidon.reactive.webserver.cors
Classes in io.helidon.reactive.webserver.cors that implement Service -
Uses of Service in io.helidon.reactive.webserver.jersey
Classes in io.helidon.reactive.webserver.jersey that implement ServiceModifier and TypeClassDescriptionclassThe Jersey Support integrates Jersey (JAX-RS RI) into the Web Server. -
Uses of Service in io.helidon.reactive.webserver.staticcontent
Subinterfaces of Service in io.helidon.reactive.webserver.staticcontentModifier and TypeInterfaceDescriptioninterface -
Uses of Service in io.helidon.security.integration.webserver
Classes in io.helidon.security.integration.webserver that implement ServiceModifier and TypeClassDescriptionfinal classIntegration of security into Web Server. -
Uses of Service in io.helidon.security.providers.oidc.reactive
Classes in io.helidon.security.providers.oidc.reactive that implement ServiceModifier and TypeClassDescriptionfinal classOIDC integration requires web resources to be exposed through a web server.