| Package | Description |
|---|---|
| io.helidon.common.http |
HTTP APIs and implementations usable by both server and client side of the HTTP story.
|
| io.helidon.webserver |
Reactive web server API.
|
| Modifier and Type | Method | Description |
|---|---|---|
static ContextualRegistry |
ContextualRegistry.create() |
Creates a new empty instance.
|
static ContextualRegistry |
ContextualRegistry.create(ContextualRegistry parent) |
Creates a new empty instance backed by its parent read-through
ContextualRegistry. |
| Modifier and Type | Method | Description |
|---|---|---|
static ContextualRegistry |
ContextualRegistry.create(ContextualRegistry parent) |
Creates a new empty instance backed by its parent read-through
ContextualRegistry. |
| Modifier and Type | Method | Description |
|---|---|---|
ContextualRegistry |
ServerRequest.context() |
Returns a request context as a child of
WebServer context. |
ContextualRegistry |
WebServer.context() |
Gets a
WebServer context. |
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.