Uses of Interface
io.helidon.common.Weighted
Packages that use Weighted
Package
Description
Common utilities for Helidon projects.
Provides interfaces and classes for loading and working with immutable, tree-structured
configuration data.
Helidon Fault Tolerance Support.
Gzip encoding support.
Jackson media type support.
JSON-Binding Entity Media handling support.
JSON-Processing Entity Media handling support.
Config-driven Services API.
Injection runtime services.
Helidon Injection Runtime Integrations to support OCI SDK.
Helidon Integrations of OCI Certificates Service.
Helidon OpenAPI support.
Helidon WebClient APIs shared by all types of clients.
Helidon WebServer Access Log Support.
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.config
Classes in io.helidon.config that implement WeightedModifier and TypeClassDescriptionclass
Activator forConfigProducer
. -
Uses of Weighted in io.helidon.faulttolerance
Classes in io.helidon.faulttolerance that implement WeightedModifier and TypeClassDescriptionclass
Activator forAsyncImpl
.class
Activator forBulkheadImpl
.class
Activator forCircuitBreakerImpl
.class
Activator forRetryImpl
.class
Activator forTimeoutImpl
. -
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.configdriven.runtime
Classes in io.helidon.inject.configdriven.runtime that implement WeightedModifier and TypeClassDescriptionclass
io.helidon.inject.configdriven.runtime.ConfigDrivenServiceProviderBase<T,
CB> Abstract base for any config-driven-service. -
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>
Abstract base implementation forServiceProviderBindable
, which represents the basics for regular Singleton, ApplicationScoped, Provider, and ServiceProvider based managed services. -
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.integrations.oci.tls.certificates
Classes in io.helidon.integrations.oci.tls.certificates that implement WeightedModifier and TypeClassDescriptionclass
Activator forDefaultOciCertificatesDownloader
.class
Activator forDefaultOciPrivateKeyDownloader
. -
Uses of Weighted in io.helidon.openapi
Classes in io.helidon.openapi that implement Weighted -
Uses of Weighted in io.helidon.webclient.api
Classes in io.helidon.webclient.api that implement WeightedModifier and TypeClassDescriptionclass
Activator forLoomClient
. -
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.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.