| Package | Description |
|---|---|
| io.helidon.metrics |
Metrics support for Java SE, uses the Microprofile metrics APIs and formats.
|
| io.helidon.security.oidc |
Integration with Open ID Connect providers.
|
| io.helidon.security.webserver |
Integration library for RxServer.
|
| io.helidon.webserver |
Reactive web server API.
|
| io.helidon.webserver.jersey | |
| io.helidon.webserver.json | |
| io.helidon.webserver.prometheus |
Support for Prometheus client endpoint.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
MetricsSupport.update(Routing.Rules rules) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
OidcSupport.update(Routing.Rules rules) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
WebSecurity.update(Routing.Rules routing) |
| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
Routing.Rules<T extends Routing.Rules> |
An API to define HTTP request routing rules.
|
| Modifier and Type | Class | Description |
|---|---|---|
static class |
Routing.Builder |
A
Routing builder. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Service.update(Routing.Rules rules) |
Updates
Routing.Rules with handlers representing this service. |
void |
StaticContentSupport.update(Routing.Rules routing) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
JerseySupport.update(Routing.Rules routingRules) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
JsonSupport.update(Routing.Rules routingRules) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
PrometheusSupport.update(Routing.Rules rules) |
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.