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.openapi Helidon SE OpenAPI Support.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.accesslog Access log support for Helidon WebServer.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.openapi
Classes in io.helidon.openapi that implement Service Modifier and Type Class Description classOpenAPISupportProvides an endpoint and supporting logic for returning an OpenAPI document that describes the endpoints handled by the server. -
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 classFormParamsSupportProvides support for form parameters in requests, adding a reader for URL-encoded text (if the request's media type so indicates) and also adding a reader forFormParams.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.accesslog
Classes in io.helidon.webserver.accesslog that implement Service Modifier and Type Class Description classAccessLogSupportService that adds support for Access logging to WebServer. -
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.
-