Uses of Interface
io.helidon.common.Weighted
Packages that use Weighted
Package
Description
Common utilities for Helidon projects.
Gzip encoding support.
Jackson media type support.
JSON-Binding Entity Media handling support.
JSON-Processing Entity Media handling support.
Injection runtime services.
Helidon Injection Runtime Integrations to support OCI SDK.
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 Observability Support.
Helidon WebServer Security Support.
-
Uses of Weighted in io.helidon.common
Methods in io.helidon.common with parameters of type Weighted -
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.jackson
Classes in io.helidon.http.media.jackson that implement WeightedModifier and TypeClassDescriptionclass
ServiceLoader
provider 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 TypeClassDescriptionclass
ServiceLoader
provider 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 TypeClassDescriptionclass
ServiceLoader
provider implementation for JSON Processing media support. -
Uses of Weighted in io.helidon.inject.runtime
Classes in io.helidon.inject.runtime that implement WeightedModifier and TypeClassDescriptionclass
io.helidon.inject.runtime.AbstractServiceProvider<T>
Deprecated, for removal: This API element is subject to removal in a future version.Helidon inject is deprecated and will be replaced in a future version -
Uses of Weighted in io.helidon.integrations.oci.sdk.runtime
Classes in io.helidon.integrations.oci.sdk.runtime that implement WeightedModifier and TypeClassDescriptionclass
Activator forOciAuthenticationDetailsProvider
.class
Activator forOciAvailabilityDefault
.class
Activator forOciRegionProvider
. -
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 TypeInterfaceDescriptionstatic interface
A descriptor of a service.interface
Service metadata. -
Uses of Weighted in io.helidon.webserver.accesslog
Classes in io.helidon.webserver.accesslog that implement WeightedModifier and TypeClassDescriptionfinal class
Service that adds support for Access logging to Server.final class
Service 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.observe
Classes in io.helidon.webserver.observe that implement WeightedModifier and TypeClassDescriptionclass
Support 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 TypeClassDescriptionclass
Server feature for security, to be registered withWebServerConfig.BuilderBase.addFeature(io.helidon.webserver.spi.ServerFeature)
.final class
Integration of security into WebServer.