| Package | Description |
|---|---|
| io.helidon.metrics |
Metrics support for Java SE, uses the Microprofile metrics APIs and formats.
|
| io.helidon.microprofile.server.spi |
SPI to extends microprofile server.
|
| 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.netty |
Netty based implementation of WebServer HTTP IO SPI.
|
| io.helidon.webserver.prometheus |
Support for Prometheus client endpoint.
|
| io.helidon.webserver.spi |
WebServer SPI.
|
| Class | Description |
|---|---|
| Routing.Rules |
An API to define HTTP request routing rules.
|
| Service |
Encapsulates a set of
routing rules and related logic. |
| Class | Description |
|---|---|
| Routing.Builder |
A
Routing builder. |
| ServerConfiguration.Builder |
A
ServerConfiguration builder. |
| Class | Description |
|---|---|
| Routing.Rules |
An API to define HTTP request routing rules.
|
| Service |
Encapsulates a set of
routing rules and related logic. |
| Class | Description |
|---|---|
| Handler |
The
ServerRequest and ServerResponse handler. |
| Routing.Rules |
An API to define HTTP request routing rules.
|
| ServerRequest |
Represents HTTP Request and provides WebServer related API.
|
| ServerResponse |
Represents HTTP Response.
|
| Service |
Encapsulates a set of
routing rules and related logic. |
| Class | Description |
|---|---|
| ErrorHandler |
The routing error handler.
|
| ExperimentalConfiguration |
Interface ExperimentalConfiguration.
|
| ExperimentalConfiguration.Builder |
Builder for
ExperimentalConfiguration. |
| Handler |
The
ServerRequest and ServerResponse handler. |
| Handler.EntityHandler | |
| Http2Configuration |
Interface Http2Configuration.
|
| Http2Configuration.Builder |
Builder for
Http2Configuration. |
| HttpException |
Runtime exception for applications.
|
| IllegalPathPatternException |
Cannot parse path pattern.
|
| PathMatcher |
URI Path Matcher.
|
| PathMatcher.PrefixResult |
The result of prefix matching a
PathMatcher to a given URI path. |
| PathMatcher.Result |
The result of matching a
PathMatcher to a given URI path. |
| RequestHeaders |
Extends
Parameters interface by adding HTTP request headers oriented convenient methods. |
| RequestPredicate |
Fluent API to define complex request conditions.
|
| RequestPredicate.ConditionalHandler |
A
Handler which executes provided logic only if provided condition is satisfied. |
| ResponseHeaders |
Extends
Parameters interface by adding HTTP response headers oriented constants and convenient methods. |
| Routing |
Routing represents composition of HTTP request-response handlers with routing rules.
|
| Routing.Builder |
A
Routing builder. |
| Routing.Rules |
An API to define HTTP request routing rules.
|
| ServerConfiguration |
Immutable
WebServer configuration. |
| ServerConfiguration.Builder |
A
ServerConfiguration builder. |
| ServerRequest |
Represents HTTP Request and provides WebServer related API.
|
| ServerResponse |
Represents HTTP Response.
|
| Service |
Encapsulates a set of
routing rules and related logic. |
| SocketConfiguration |
The SocketConfiguration configures a port to listen on and its associated server socket parameters.
|
| SocketConfiguration.Builder |
The
SocketConfiguration builder class. |
| SSLContextBuilder |
Builder for configuring a new SslContext for creation.
|
| StaticContentSupport | |
| StaticContentSupport.Builder |
Fluent builder of the StaticContent detailed parameters.
|
| StringContentReader |
The StringContentReader provides means to convert a
ByteBuffer publisher to
a single string while using a given charset. |
| WebServer |
Represents a immutably configured WEB server.
|
| WebServer.Builder |
WebServer builder class provides a convenient way to set up WebServer with multiple server
sockets and optional multiple routings.
|
| Class | Description |
|---|---|
| Routing.Rules |
An API to define HTTP request routing rules.
|
| Service |
Encapsulates a set of
routing rules and related logic. |
| Class | Description |
|---|---|
| Handler |
The
ServerRequest and ServerResponse handler. |
| Routing.Rules |
An API to define HTTP request routing rules.
|
| ServerRequest |
Represents HTTP Request and provides WebServer related API.
|
| ServerResponse |
Represents HTTP Response.
|
| Service |
Encapsulates a set of
routing rules and related logic. |
| Class | Description |
|---|---|
| Routing |
Routing represents composition of HTTP request-response handlers with routing rules.
|
| ServerConfiguration |
Immutable
WebServer configuration. |
| WebServer |
Represents a immutably configured WEB server.
|
| Class | Description |
|---|---|
| Routing.Rules |
An API to define HTTP request routing rules.
|
| Service |
Encapsulates a set of
routing rules and related logic. |
| Class | Description |
|---|---|
| Routing |
Routing represents composition of HTTP request-response handlers with routing rules.
|
| ServerConfiguration |
Immutable
WebServer configuration. |
| SocketClosedException |
Signals that socket was closed before server request it.
|
| WebServer |
Represents a immutably configured WEB server.
|
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.