Uses of Interface
io.helidon.webserver.ServerLifecycle
Packages that use ServerLifecycle
Package
Description
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 GraphQL Support.
Helidon WebServer gRPC Support.
Helidon WebServer HTTP specific APIs.
Helidon WebServer HTTP SPI.
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.
WebSocket server support.
-
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.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.interfaceLocates anHttpServicefor a matched request.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.http.spi
Subinterfaces of ServerLifecycle in io.helidon.webserver.http.spiModifier and TypeInterfaceDescriptioninterfaceHandler that can enforce route policy for an HTTP/1 protocol upgrade request without invoking the route endpoint handler. -
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.websocket
Classes in io.helidon.webserver.websocket that implement ServerLifecycle