Uses of Interface
io.helidon.webserver.ServerLifecycle
Package
Description
Support for Micrometer in Helidon SE.
Integrating with OCI Metrics.
Mock LRA coordinator with Narayana like rest api for testing.
Support for Prometheus client endpoint.
Helidon MP integration with Tyrus.
Integration with Open ID Connect providers.
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
Helidon WebServer Access Log Support.
Helidon WebServer CORS Support.
Helidon WebServer GraphQL Support.
Helidon WebServer gRPC Support.
Helidon WebServer HTTP specific APIs.
Helidon WebServer HTTP/1.1 specific APIs.
Helidon WebServer HTTP/2 Support.
Helidon WebServer Observability Support.
Helidon WebServer Security Support.
Helidon WebServer Services Common.
Helidon WebServer Static Content Support.
WebSocket server support.
-
Uses of ServerLifecycle in io.helidon.integrations.micrometer
Modifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ServerLifecycle in io.helidon.integrations.oci.metrics
-
Uses of ServerLifecycle in io.helidon.lra.coordinator
Modifier and TypeClassDescriptionclass
LRA coordinator with Narayana like rest api. -
Uses of ServerLifecycle in io.helidon.metrics.prometheus
Modifier and TypeClassDescriptionfinal class
Support for Prometheus client endpoint. -
Uses of ServerLifecycle in io.helidon.microprofile.tyrus
-
Uses of ServerLifecycle in io.helidon.security.providers.oidc
Modifier and TypeClassDescriptionfinal class
OIDC integration requires web resources to be exposed through a web server. -
Uses of ServerLifecycle in io.helidon.webserver
-
Uses of ServerLifecycle in io.helidon.webserver.accesslog
Modifier and TypeClassDescriptionfinal class
Service that adds support for Access logging to Server. -
Uses of ServerLifecycle in io.helidon.webserver.cors
-
Uses of ServerLifecycle in io.helidon.webserver.graphql
-
Uses of ServerLifecycle in io.helidon.webserver.grpc
-
Uses of ServerLifecycle in io.helidon.webserver.http
Modifier and TypeInterfaceDescriptioninterface
HTTP filter.interface
Handle a server request and server response.interface
Can be registered withHttpRouting.Builder.addFeature(java.util.function.Supplier)
.interface
A basic HTTP route (should be usable by ANY HTTP protocol version).interface
HTTP routing.interface
Encapsulates a set ofrouting
rules and related logic.Modifier and TypeClassDescriptionfinal class
Handler of HTTP filters.final class
A handler that enforces authentication and/or authorization. -
Uses of ServerLifecycle in io.helidon.webserver.http1
-
Uses of ServerLifecycle in io.helidon.webserver.http2
-
Uses of ServerLifecycle in io.helidon.webserver.observe
-
Uses of ServerLifecycle in io.helidon.webserver.security
Modifier and TypeClassDescriptionfinal class
Handles security for web server.final class
Integration of security into WebServer. -
Uses of ServerLifecycle in io.helidon.webserver.servicecommon
Modifier and TypeInterfaceDescriptioninterface
Adds support for features that require a service to be exposed.Modifier and TypeClassDescriptionclass
Common base implementation for service support classes which involve REST endpoints. -
Uses of ServerLifecycle in io.helidon.webserver.staticcontent
Modifier and TypeInterfaceDescriptioninterface
Serves 'static content' (files) from filesystem or using a classloader to theWebServer
HttpRouting
. -
Uses of ServerLifecycle in io.helidon.webserver.websocket
/metrics
endpoint and configuration instead of/micrometer
.