Uses of Interface
io.helidon.nima.webserver.ServerLifecycle
Packages that use ServerLifecycle
Package
Description
Support for Micrometer in Helidon SE.
Integrating with OCI Metrics.
Helidon MP integration with Tyrus.
GraphQL server integration with Helidon Níma WebServer.
GRPC support for Helidon Níma WebServer.
HTTP/2 WebServer.
Observability features and endpoint support.
Health checks for Níma observability.
Metrics endpoint for Níma WebServer.
Open API integration with Níma WebServer.
Support types for REST services.
Níma WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
Access log support for Helidon Server.
Helidon Níma CORS Support
WebServer HTTP specific APIs.
WebServer HTTP/1.1 specific APIs.
Static content support for Helidon Níma
WebServer.Níma WebServer tracing support.
WebSocket server support.
Integration library for RxServer.
Integration with Open ID Connect providers.
-
Uses of ServerLifecycle in io.helidon.integrations.micrometer
Classes in io.helidon.integrations.micrometer that implement ServerLifecycle -
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.microprofile.tyrus
Classes in io.helidon.microprofile.tyrus that implement ServerLifecycle -
Uses of ServerLifecycle in io.helidon.nima.graphql.server
Classes in io.helidon.nima.graphql.server that implement ServerLifecycle -
Uses of ServerLifecycle in io.helidon.nima.grpc.webserver
Classes in io.helidon.nima.grpc.webserver that implement ServerLifecycle -
Uses of ServerLifecycle in io.helidon.nima.http2.webserver
Classes in io.helidon.nima.http2.webserver that implement ServerLifecycle -
Uses of ServerLifecycle in io.helidon.nima.observe
Classes in io.helidon.nima.observe that implement ServerLifecycleModifier and TypeClassDescriptionclassSupport for all observe providers that are available (or configured). -
Uses of ServerLifecycle in io.helidon.nima.observe.health
Classes in io.helidon.nima.observe.health that implement ServerLifecycle -
Uses of ServerLifecycle in io.helidon.nima.observe.metrics
Classes in io.helidon.nima.observe.metrics that implement ServerLifecycleModifier and TypeClassDescriptionclassSupport for metrics for Helidon Web Server. -
Uses of ServerLifecycle in io.helidon.nima.openapi
Classes in io.helidon.nima.openapi that implement ServerLifecycleModifier and TypeClassDescriptionclassProvides an endpoint and supporting logic for returning an OpenAPI document that describes the endpoints handled by the server. -
Uses of ServerLifecycle in io.helidon.nima.servicecommon
Subinterfaces of ServerLifecycle in io.helidon.nima.servicecommonModifier and TypeInterfaceDescriptioninterfaceAdds support for features that require a service to be exposed.Classes in io.helidon.nima.servicecommon that implement ServerLifecycleModifier and TypeClassDescriptionclassCommon base implementation for service support classes which involve REST endpoints. -
Uses of ServerLifecycle in io.helidon.nima.webserver
Subinterfaces of ServerLifecycle in io.helidon.nima.webserver -
Uses of ServerLifecycle in io.helidon.nima.webserver.accesslog
Classes in io.helidon.nima.webserver.accesslog that implement ServerLifecycleModifier and TypeClassDescriptionfinal classService that adds support for Access logging to Server. -
Uses of ServerLifecycle in io.helidon.nima.webserver.context
Classes in io.helidon.nima.webserver.context that implement ServerLifecycle -
Uses of ServerLifecycle in io.helidon.nima.webserver.cors
Classes in io.helidon.nima.webserver.cors that implement ServerLifecycle -
Uses of ServerLifecycle in io.helidon.nima.webserver.http
Subinterfaces of ServerLifecycle in io.helidon.nima.webserver.httpModifier and TypeInterfaceDescriptioninterfaceHTTP filter.interfaceDeprecated.please do not use directly, designed for generated codeinterfaceHandle a server request and server response.interfaceCan be registered withHttpRouting.Builder.addFeature(java.util.function.Supplier).interfaceA basic HTTP route (should be usable by ANY HTTP protocol version).interfaceEncapsulates a set ofroutingrules and related logic.Classes in io.helidon.nima.webserver.http that implement ServerLifecycleModifier and TypeClassDescriptionfinal classHandler of HTTP filters.final classHTTP routing.final classA handler that enforces authentication and/or authorization. -
Uses of ServerLifecycle in io.helidon.nima.webserver.http1
Classes in io.helidon.nima.webserver.http1 that implement ServerLifecycle -
Uses of ServerLifecycle in io.helidon.nima.webserver.staticcontent
Subinterfaces of ServerLifecycle in io.helidon.nima.webserver.staticcontentModifier and TypeInterfaceDescriptioninterfaceServes 'static content' (files) from filesystem or using a classloader to theWebServerHttpRouting. -
Uses of ServerLifecycle in io.helidon.nima.webserver.tracing
Classes in io.helidon.nima.webserver.tracing that implement ServerLifecycle -
Uses of ServerLifecycle in io.helidon.nima.websocket.webserver
Classes in io.helidon.nima.websocket.webserver that implement ServerLifecycle -
Uses of ServerLifecycle in io.helidon.security.integration.nima
Classes in io.helidon.security.integration.nima that implement ServerLifecycleModifier and TypeClassDescriptionfinal classIntegration of security into Web Server.final classHandles security for web server. -
Uses of ServerLifecycle in io.helidon.security.providers.oidc
Classes in io.helidon.security.providers.oidc that implement ServerLifecycleModifier and TypeClassDescriptionfinal classOIDC integration requires web resources to be exposed through a web server.