Uses of Interface
io.helidon.common.Weighted
Packages that use Weighted
Package
Description
Common utilities for Helidon projects.
Data repository parsers SPI.
Gzip encoding support.
Gson media type support.
Jackson media type support.
JSON-Binding Entity Media handling support.
JSON-Processing Entity Media handling support.
Provides classes and interfaces related to automatic and unobtrusive service instance registration in Netflix Eureka servers of version 2.0.3 or later.
Helidon OpenAPI support.
API required to define services, and to compile the code generated sources for Helidon Service Registry,
with a core service registry implementation (replacement for
ServiceLoader).Helidon WebServer Access Log Support.
An implementation of a feature to protect all server requests with a limit.
Helidon WebServer Context Support.
Helidon WebServer CORS Support.
Helidon WebServer gRPC Support.
Helidon WebServer Observability Support.
Helidon WebServer Security Support.
Helidon WebServer Static Content Support.
-
Uses of Weighted in io.helidon.common
Methods in io.helidon.common with parameters of type Weighted -
Uses of Weighted in io.helidon.data.codegen.parser.spi
Subinterfaces of Weighted in io.helidon.data.codegen.parser.spiModifier and TypeInterfaceDescriptioninterfaceMethod name parser provider for specific platform. -
Uses of Weighted in io.helidon.http.encoding.gzip
Classes in io.helidon.http.encoding.gzip that implement Weighted -
Uses of Weighted in io.helidon.http.media.gson
Classes in io.helidon.http.media.gson that implement WeightedModifier and TypeClassDescriptionclassServiceLoaderprovider implementation for Gson media support. -
Uses of Weighted in io.helidon.http.media.jackson
Classes in io.helidon.http.media.jackson that implement WeightedModifier and TypeClassDescriptionclassServiceLoaderprovider implementation for Jackson media support. -
Uses of Weighted in io.helidon.http.media.jsonb
Classes in io.helidon.http.media.jsonb that implement WeightedModifier and TypeClassDescriptionclassServiceLoaderprovider implementation for JSON Binding media support. -
Uses of Weighted in io.helidon.http.media.jsonp
Classes in io.helidon.http.media.jsonp that implement WeightedModifier and TypeClassDescriptionclassServiceLoaderprovider implementation for JSON Processing media support. -
Uses of Weighted in io.helidon.integrations.eureka
Classes in io.helidon.integrations.eureka that implement WeightedModifier and TypeClassDescriptionfinal classAServerFeaturethat automatically and unobtrusively attempts to register the currently running microservice as a Eureka Server service instance. -
Uses of Weighted in io.helidon.openapi
Classes in io.helidon.openapi that implement Weighted -
Uses of Weighted in io.helidon.service.registry
Subinterfaces of Weighted in io.helidon.service.registryModifier and TypeInterfaceDescriptioninterfaceA descriptor of a service.interfaceService metadata.Classes in io.helidon.service.registry that implement WeightedModifier and TypeClassDescriptionfinal classA special case service descriptor allowing registration of service instances that do not have a code generated service descriptor, such as for testing.classA virtual descriptor is not backed by a generated descriptor. -
Uses of Weighted in io.helidon.webserver.accesslog
Classes in io.helidon.webserver.accesslog that implement WeightedModifier and TypeClassDescriptionfinal classService that adds support for Access logging to Server.final classService that adds support for Access logging to Server. -
Uses of Weighted in io.helidon.webserver.concurrency.limits
Classes in io.helidon.webserver.concurrency.limits that implement Weighted -
Uses of Weighted in io.helidon.webserver.context
Classes in io.helidon.webserver.context that implement Weighted -
Uses of Weighted in io.helidon.webserver.cors
Classes in io.helidon.webserver.cors that implement Weighted -
Uses of Weighted in io.helidon.webserver.grpc
Classes in io.helidon.webserver.grpc that implement WeightedModifier and TypeClassDescriptionclassAdds gRPC reflection support to Helidon WebServer. -
Uses of Weighted in io.helidon.webserver.observe
Classes in io.helidon.webserver.observe that implement WeightedModifier and TypeClassDescriptionclassSupport for all observe providers that are available (or configured). -
Uses of Weighted in io.helidon.webserver.security
Classes in io.helidon.webserver.security that implement WeightedModifier and TypeClassDescriptionclassServer feature for security, to be registered withWebServerConfig.BuilderBase.addFeature(io.helidon.webserver.spi.ServerFeature).final classIntegration of security into WebServer. -
Uses of Weighted in io.helidon.webserver.staticcontent
Classes in io.helidon.webserver.staticcontent that implement WeightedModifier and TypeClassDescriptionclassWebServer feature to register static content.