| Package | Description |
|---|---|
| io.helidon.health |
Health check support for helidon SE.
|
| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
HealthSupport
Health check support for integration with webserver, to expose the health endpoint.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JsonSupport
|
| Modifier and Type | Class and Description |
|---|---|
class |
MetricsSupport
Support for metrics for Helidon Web Server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PrometheusSupport
Support for Prometheus client endpoint.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebSecurity
Integration of security into Web Server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OidcSupport
OIDC integration requires web resources to be exposed through a web server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StaticContentSupport
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JerseySupport
The Jersey Support integrates Jersey (JAX-RS RI) into the Web Server.
|
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.