Uses of Interface
io.helidon.nima.webserver.http.HttpService
Packages that use HttpService
Package
Description
Integrating with OCI Metrics.
GraphQL server integration with Helidon Níma WebServer.
Health checks for Níma observability.
Metrics endpoint for Níma WebServer.
Open API integration with Níma WebServer.
Support types for REST services.
Helidon Níma CORS Support
WebServer HTTP specific APIs.
Static content support for Helidon Níma
WebServer.-
Uses of HttpService in io.helidon.integrations.oci.metrics
Classes in io.helidon.integrations.oci.metrics that implement HttpService -
Uses of HttpService in io.helidon.nima.graphql.server
Classes in io.helidon.nima.graphql.server that implement HttpService -
Uses of HttpService in io.helidon.nima.observe.health
Methods in io.helidon.nima.observe.health that return types with arguments of type HttpService -
Uses of HttpService in io.helidon.nima.observe.metrics
Methods in io.helidon.nima.observe.metrics that return types with arguments of type HttpService -
Uses of HttpService in io.helidon.nima.openapi
Classes in io.helidon.nima.openapi that implement HttpServiceModifier and TypeClassDescriptionclassProvides an endpoint and supporting logic for returning an OpenAPI document that describes the endpoints handled by the server. -
Uses of HttpService in io.helidon.nima.servicecommon
Methods in io.helidon.nima.servicecommon that return types with arguments of type HttpServiceModifier and TypeMethodDescriptiondefault Optional<HttpService>FeatureSupport.service()If this feature is represented by a service, return it here, to simplify implementation. -
Uses of HttpService in io.helidon.nima.webserver.cors
Classes in io.helidon.nima.webserver.cors that implement HttpService -
Uses of HttpService in io.helidon.nima.webserver.http
Methods in io.helidon.nima.webserver.http that return HttpService -
Uses of HttpService in io.helidon.nima.webserver.staticcontent
Subinterfaces of HttpService in io.helidon.nima.webserver.staticcontentModifier and TypeInterfaceDescriptioninterfaceServes 'static content' (files) from filesystem or using a classloader to theWebServerHttpRouting.