Uses of Interface
io.helidon.webserver.Service
-
Packages that use Service Package Description io.helidon.health Health check support for helidon SE.io.helidon.media.jackson.server io.helidon.media.jsonb.server io.helidon.media.jsonp.server io.helidon.metrics Metrics support for Java SE, uses the Microprofile metrics APIs and formats.io.helidon.metrics.prometheus Support for Prometheus client endpoint.io.helidon.security.integration.webserver Integration library for RxServer.io.helidon.security.providers.oidc Integration with Open ID Connect providers.io.helidon.webserver Reactive web server API.io.helidon.webserver.jersey -
-
Uses of Service in io.helidon.health
Classes in io.helidon.health that implement Service Modifier and Type Class Description classHealthSupportHealth check support for integration with webserver, to expose the health endpoint. -
Uses of Service in io.helidon.media.jackson.server
Classes in io.helidon.media.jackson.server that implement Service Modifier and Type Class Description classJacksonSupport -
Uses of Service in io.helidon.media.jsonb.server
Classes in io.helidon.media.jsonb.server that implement Service Modifier and Type Class Description classJsonBindingSupport -
Uses of Service in io.helidon.media.jsonp.server
Classes in io.helidon.media.jsonp.server that implement Service Modifier and Type Class Description classJsonSupport -
Uses of Service in io.helidon.metrics
Classes in io.helidon.metrics that implement Service Modifier and Type Class Description classMetricsSupportSupport for metrics for Helidon Web Server. -
Uses of Service in io.helidon.metrics.prometheus
Classes in io.helidon.metrics.prometheus that implement Service Modifier and Type Class Description classPrometheusSupportSupport for Prometheus client endpoint. -
Uses of Service in io.helidon.security.integration.webserver
Classes in io.helidon.security.integration.webserver that implement Service Modifier and Type Class Description classWebSecurityIntegration of security into Web Server. -
Uses of Service in io.helidon.security.providers.oidc
Classes in io.helidon.security.providers.oidc that implement Service Modifier and Type Class Description classOidcSupportOIDC integration requires web resources to be exposed through a web server. -
Uses of Service in io.helidon.webserver
Classes in io.helidon.webserver that implement Service Modifier and Type Class Description classJsonServiceclassStaticContentSupportMethods in io.helidon.webserver with parameters of type Service Modifier and Type Method Description Routing.BuilderRouting.Builder. register(Service... services)Routing.BuilderRouting.Builder. register(String pathPattern, Service... services)Routing.RulesRouting.Rules. register(Service... services)Registers builder consumer.Routing.RulesRouting.Rules. register(String pathPattern, Service... services)Registers builder consumer. -
Uses of Service in io.helidon.webserver.jersey
Classes in io.helidon.webserver.jersey that implement Service Modifier and Type Class Description classJerseySupportThe Jersey Support integrates Jersey (JAX-RS RI) into the Web Server.
-