| 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 and Description |
|---|---|
void |
MetricsSupport.update(Routing.Rules rules) |
| Modifier and Type | Method and Description |
|---|---|
void |
OidcSupport.update(Routing.Rules rules) |
| Modifier and Type | Method and Description |
|---|---|
void |
WebSecurity.update(Routing.Rules routing) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Routing.Rules<T extends Routing.Rules>
An API to define HTTP request routing rules.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Routing.Builder
A
Routing builder. |
| Modifier and Type | Method and 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 and Description |
|---|---|
void |
JerseySupport.update(Routing.Rules routingRules) |
| Modifier and Type | Method and Description |
|---|---|
void |
JsonSupport.update(Routing.Rules routingRules)
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrometheusSupport.update(Routing.Rules rules) |
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.