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 class
HealthSupport
Health 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 class
JacksonSupport
-
Uses of Service in io.helidon.media.jsonb.server
Classes in io.helidon.media.jsonb.server that implement Service Modifier and Type Class Description class
JsonBindingSupport
-
Uses of Service in io.helidon.media.jsonp.server
Classes in io.helidon.media.jsonp.server that implement Service Modifier and Type Class Description class
JsonSupport
-
Uses of Service in io.helidon.metrics
Classes in io.helidon.metrics that implement Service Modifier and Type Class Description class
MetricsSupport
Support 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 class
PrometheusSupport
Support for Prometheus client endpoint. -
Uses of Service in io.helidon.openapi
Classes in io.helidon.openapi that implement Service Modifier and Type Class Description class
OpenAPISupport
Provides 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 class
WebSecurity
Integration 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 class
OidcSupport
OIDC 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 class
FormParamsSupport
Provides 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
.class
JsonService
class
StaticContentSupport
Methods in io.helidon.webserver with parameters of type Service Modifier and Type Method Description Routing.Builder
Routing.Builder. register(Service... services)
Routing.Builder
Routing.Builder. register(String pathPattern, Service... services)
Routing.Rules
Routing.Rules. register(Service... services)
Registers builder consumer.Routing.Rules
Routing.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 class
AccessLogSupport
Service 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 class
JerseySupport
The Jersey Support integrates Jersey (JAX-RS RI) into the Web Server.
-