Uses of Interface
io.helidon.webserver.ServerLifecycle
Packages that use ServerLifecycle
Package
Description
Support for Micrometer in Helidon SE.
Integrating with OCI Metrics.
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 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 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.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).interfaceEncapsulates a set ofroutingrules and related logic.Classes in io.helidon.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.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.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 TypeInterfaceDescriptioninterfaceServes 'static content' (files) from filesystem or using a classloader to theWebServerHttpRouting. -
Uses of ServerLifecycle in io.helidon.webserver.websocket
Classes in io.helidon.webserver.websocket that implement ServerLifecycle