Uses of Interface
io.helidon.webserver.Service
-
Packages that use Service Package Description io.helidon.health Health check support for helidon SE.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.cors Helidon SE CORS Supportio.helidon.webserver.jersey io.helidon.webserver.tyrus Tyrus integration. -
-
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.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.cors
Classes in io.helidon.webserver.cors that implement Service Modifier and Type Class Description classCorsSupportSE implementation ofCorsSupportBase. -
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. -
Uses of Service in io.helidon.webserver.tyrus
Classes in io.helidon.webserver.tyrus that implement Service Modifier and Type Class Description classTyrusSupportClass TyrusSupport implemented as a Helidon service.
-