Uses of Interface
io.helidon.webserver.ServerLifecycle
Packages that use ServerLifecycle
Package
Description
Support for Micrometer in Helidon SE.
Integrating with OCI Metrics.
Jersey integration with Helidon WebServer.
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 JSON-RPC 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 TypeClassDescriptionclassDeprecated, 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.jersey.webserver
Classes in io.helidon.jersey.webserver that implement ServerLifecycleModifier and TypeClassDescriptionclassWebServerHttpServicethat adds support for a JAX-RS application. -
Uses of ServerLifecycle in io.helidon.lra.coordinator
Classes in io.helidon.lra.coordinator that implement ServerLifecycleModifier and TypeClassDescriptionclassLRA 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 classSupport 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 classOIDC 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 classService 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 TypeInterfaceDescriptioninterfaceHTTP filter.interfaceHandle 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).interfaceHTTP routing.interfaceEncapsulates a set ofroutingrules and related logic.Classes in io.helidon.webserver.http that implement ServerLifecycleModifier and TypeClassDescriptionfinal classHandler of HTTP filters.final classA 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.jsonrpc
Subinterfaces of ServerLifecycle in io.helidon.webserver.jsonrpcModifier and TypeInterfaceDescriptioninterfaceA JSON-RPC handler that can process invalid requests if registered.interfaceAn exception handler that can be registered to map exceptions thrown in method handlers toJsonRpcErrors.interfaceA JSON-RPC handler that can process a request and produce a response.interfaceAn interface that must be implemented by all JSON-RPC services.Classes in io.helidon.webserver.jsonrpc that implement ServerLifecycleModifier and TypeClassDescriptionclassJSON-RPC routing is an HTTP Service, as it is based on HTTP protocol. -
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 classHandles security for web server.final classIntegration of security into WebServer. -
Uses of ServerLifecycle in io.helidon.webserver.servicecommon
Subinterfaces of ServerLifecycle in io.helidon.webserver.servicecommonModifier and TypeInterfaceDescriptioninterfaceAdds support for features that require a service to be exposed.Classes in io.helidon.webserver.servicecommon that implement ServerLifecycleModifier and TypeClassDescriptionclassCommon 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 TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.static content has been refactored to use server feature, with a new service, using new configuration approach, useStaticContentFeatureinstead, or if specific services are desired, kindly useStaticContentFeature.createService(ClasspathHandlerConfig)and/orStaticContentFeature.createService(FileSystemHandlerConfig) -
Uses of ServerLifecycle in io.helidon.webserver.websocket
Classes in io.helidon.webserver.websocket that implement ServerLifecycle
/metricsendpoint and configuration instead of/micrometer.