| 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 and 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 and Description |
|---|---|
static ContextualRegistry |
ContextualRegistry.create(ContextualRegistry parent)
Creates a new empty instance backed by its parent read-through
ContextualRegistry. |
| Modifier and Type | Method and Description |
|---|---|
ContextualRegistry |
ServerRequest.context()
Returns a request context as a child of
WebServer context. |
ContextualRegistry |
WebServer.context()
Gets a
WebServer context. |
Copyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.