Uses of Interface
io.helidon.webserver.Service
-
Packages that use Service Package Description io.helidon.graphql.server GraphQL server implementation for Helidon SE.io.helidon.health Health check support for helidon SE.io.helidon.integrations.micrometer Support for Micrometer in Helidon SE.io.helidon.integrations.oci.metrics Integrating with OCI Metrics.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.metrics.serviceapi API and minimal implementation for metrics support service.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.servicecommon.rest Support types for REST services.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.staticcontent Static content support for HelidonWebServer.io.helidon.webserver.tyrus Tyrus integration. -
-
Uses of Service in io.helidon.graphql.server
Classes in io.helidon.graphql.server that implement Service Modifier and Type Class Description classGraphQlSupportSupport for GraphQL for Helidon WebServer. -
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.integrations.micrometer
Classes in io.helidon.integrations.micrometer that implement Service Modifier and Type Class Description classMicrometerSupportImplements simple Micrometer support. -
Uses of Service in io.helidon.integrations.oci.metrics
Classes in io.helidon.integrations.oci.metrics that implement Service Modifier and Type Class Description classOciMetricsSupportOCI Metrics Support -
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.metrics.serviceapi
Subinterfaces of Service in io.helidon.metrics.serviceapi Modifier and Type Interface Description interfaceMetricsSupportBehavior for supporting metrics for the Helidon Web Server.Classes in io.helidon.metrics.serviceapi that implement Service Modifier and Type Class Description classMinimalMetricsSupportMinimal implementation ofMetricsSupport. -
Uses of Service in io.helidon.openapi
Subinterfaces of Service in io.helidon.openapi Modifier and Type Interface Description interfaceOpenApiUiBehavior for OpenAPI UI implementations.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.classOpenApiUiBaseCommon base class for implementations of @link OpenApiUi}. -
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.servicecommon.rest
Subinterfaces of Service in io.helidon.servicecommon.rest Modifier and Type Interface Description interfaceRestServiceSupportRequired behavior (primarily required byHelidonRestCdiExtensionof service support implementations.Classes in io.helidon.servicecommon.rest that implement Service Modifier and Type Class Description classHelidonRestServiceSupportCommon base implementation for service support classes which involve REST endpoints. -
Uses of Service in io.helidon.webserver
Classes in io.helidon.webserver that implement Service Modifier and Type Class Description classFormParamsSupportDeprecated.useDefaultMediaSupport.formParamReader()insteadclassJsonServiceclassStaticContentSupportDeprecated, for removal: This API element is subject to removal in a future version.please use modulehelidon-webserver-static-contentMethods 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.staticcontent
Subinterfaces of Service in io.helidon.webserver.staticcontent Modifier and Type Interface Description interfaceStaticContentSupport -
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.
-