Uses of Interface
io.helidon.webserver.ServerLifecycle
Packages that use 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
Classes in io.helidon.integrations.micrometer that implement ServerLifecycleModifier 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
Classes in io.helidon.integrations.oci.metrics that implement ServerLifecycle -
Uses of ServerLifecycle in io.helidon.lra.coordinator
Classes in io.helidon.lra.coordinator that implement ServerLifecycleModifier and TypeClassDescriptionclass
LRA coordinator with Narayana like rest api. -
Uses of ServerLifecycle in io.helidon.metrics.prometheus
Classes in io.helidon.metrics.prometheus that implement ServerLifecycleModifier and TypeClassDescriptionfinal class
Support for Prometheus client endpoint. -
Uses of ServerLifecycle in io.helidon.microprofile.tyrus
Classes in io.helidon.microprofile.tyrus that implement ServerLifecycle -
Uses of ServerLifecycle in io.helidon.security.providers.oidc
Classes in io.helidon.security.providers.oidc that implement ServerLifecycleModifier and TypeClassDescriptionfinal class
OIDC integration requires web resources to be exposed through a web server. -
Uses of ServerLifecycle in io.helidon.webserver
Subinterfaces of ServerLifecycle in io.helidon.webserver -
Uses of ServerLifecycle in io.helidon.webserver.accesslog
Classes in io.helidon.webserver.accesslog that implement ServerLifecycleModifier and TypeClassDescriptionfinal class
Service that adds support for Access logging to Server. -
Uses of ServerLifecycle in io.helidon.webserver.cors
Classes in io.helidon.webserver.cors that implement ServerLifecycle -
Uses of ServerLifecycle in io.helidon.webserver.graphql
Classes in io.helidon.webserver.graphql that implement ServerLifecycle -
Uses of ServerLifecycle in io.helidon.webserver.grpc
Classes in io.helidon.webserver.grpc that implement ServerLifecycle -
Uses of ServerLifecycle in io.helidon.webserver.http
Subinterfaces of ServerLifecycle in io.helidon.webserver.httpModifier 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.Classes in io.helidon.webserver.http that implement ServerLifecycleModifier 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
Classes in io.helidon.webserver.http1 that implement ServerLifecycle -
Uses of ServerLifecycle in io.helidon.webserver.http2
Classes in io.helidon.webserver.http2 that implement ServerLifecycle -
Uses of ServerLifecycle in io.helidon.webserver.observe
Classes in io.helidon.webserver.observe that implement ServerLifecycle -
Uses of ServerLifecycle in io.helidon.webserver.security
Classes in io.helidon.webserver.security that implement ServerLifecycleModifier and TypeClassDescriptionfinal class
Handles security for web server.final class
Integration of security into WebServer. -
Uses of ServerLifecycle in io.helidon.webserver.servicecommon
Subinterfaces of ServerLifecycle in io.helidon.webserver.servicecommonModifier and TypeInterfaceDescriptioninterface
Adds support for features that require a service to be exposed.Classes in io.helidon.webserver.servicecommon that implement ServerLifecycleModifier and TypeClassDescriptionclass
Common base implementation for service support classes which involve REST endpoints. -
Uses of ServerLifecycle in io.helidon.webserver.staticcontent
Subinterfaces of ServerLifecycle in io.helidon.webserver.staticcontentModifier and TypeInterfaceDescriptioninterface
Serves 'static content' (files) from filesystem or using a classloader to theWebServer
HttpRouting
. -
Uses of ServerLifecycle in io.helidon.webserver.websocket
Classes in io.helidon.webserver.websocket that implement ServerLifecycle
/metrics
endpoint and configuration instead of/micrometer
.