Uses of Interface
io.helidon.builder.api.Prototype.Api
Packages that use Prototype.Api
Package
Description
Support for handling the generation of code for Helidon builders and configured builders.
Class model generator for annotation processors.
Java in-process compiler.
Concurrency limits API and default implementations.
General utilities that use
Config.Common types for Context propagation over HTTP.
Metadata for Helidon Features.
Support for mapping of types.
Utilities for PKI configuration and loading of certificates and keys.
Socket abstraction and data writing.
TLS Configuration for client and server.
Subset of Builder's SPI types that are useful for runtime.
URI utilities.
Provides interfaces and classes for loading and working with immutable, tree-structured
configuration data.
Helidon Data Repository.
Common code processing and generation.
Data query abstract model.
Helidon Data Repository with Jakarta Persistence Runtime.
SQL specific support, use by all modules that interact with SQL databases.
DataSource support API.Hikari
DataSource support.JDBC
DataSource support.UCP
DataSource support.JDBC client for Helidon.
HTTP Rest model.
Provides classes and interfaces related to implementing discovery using Eureka.
Helidon Fault Tolerance Support.
HTTP Content encoding support, usually used to compress entity, such as
gzip.Helidon Media 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.
Integration with Langchain4j.
Provides integration with Cohere models.
Provides integration with Coherence embedding store.
Provides integration with Jlama models.
Provides integration with OCI GenAi models.
Provides integration with Ollama models.
Provides integration with OpenAi models.
Provides integration with Oracle embedding store.
Implementation of OCI integrations.
Helidon Service Registry Integrations to support OCI SDK.
Helidon Integrations of OCI Certificates Service.
Helidon OpenAPI UI support.
JSON Schema annotations and lookup.
Defines the Helidon metrics API so Helidon metrics-capable components can implement metrics simply and without regard for
whether metrics is actually on the runtime path or not or is enabled or not.
Client gRPC microprofile classes.
Support for OpenAPI in Helidon MP.
Metrics support for MP REST Client.
Helidon OpenAPI support.
Scheduling for Helidon SE reactive implementation.
Open ID Connect (OIDC) classes usable from all OIDC related components.
Code generation for Helidon Service Registry.
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).Support for configuring OpenTelemetry via Helidon config.
Helidon WebClient APIs shared by all types of clients.
Helidon WebClient gRPC Support.
Helidon WebClient HTTP/1.1 Support.
Helidon WebClient HTTP/2 Support.
Helidon WebClient JSON-RPC Support.
Helidon WebClient WebSocket Support.
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
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 HTTP specific APIs.
Helidon WebServer HTTP/1.1 specific APIs.
Helidon WebServer HTTP/2 Support.
Helidon WebServer JSON-RPC Support.
Helidon WebServer Observability Support.
Helidon WebServer Observability Config Support.
Helidon WebServer Observability Health Support.
Helidon WebServer Observability Info Support.
Helidon WebServer Observability Log Support.
Helidon WebServer Observability Metrics Support.
Helidon WebServer Tracing Observability Support.
Helidon WebServer Security Support.
Helidon WebServer Static Content Support.
WebSocket server support.
-
Uses of Prototype.Api in io.helidon.builder.api
Classes in io.helidon.builder.api with type parameters of type Prototype.ApiModifier and TypeInterfaceDescriptionstatic interfaceRuntimeType.Api<T extends Prototype.Api>This type is created from a specific prototype. -
Uses of Prototype.Api in io.helidon.codegen.classmodel
Classes in io.helidon.codegen.classmodel that implement Prototype.Api -
Uses of Prototype.Api in io.helidon.codegen.compiler
Subinterfaces of Prototype.Api in io.helidon.codegen.compilerModifier and TypeInterfaceDescriptioninterfaceProvides configuration to the javac compiler.Classes in io.helidon.codegen.compiler that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.common.concurrency.limits
Subinterfaces of Prototype.Api in io.helidon.common.concurrency.limitsModifier and TypeInterfaceDescriptioninterfaceConfiguration ofAimdLimit.interfaceConfiguration ofFixedLimit.Classes in io.helidon.common.concurrency.limits that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.common.configurable
Subinterfaces of Prototype.Api in io.helidon.common.configurableModifier and TypeInterfaceDescriptioninterfaceAllowListdefines a list of allowed and/or denied matches and tests if a particular value conforms to the conditions.interfaceLruCacheConfig<K,V> Configuration of a LRU Cache.interfaceConfiguration of a resource.interfaceInterface generated from definition.interfaceInterface generated from definition.Classes in io.helidon.common.configurable that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.common.context.http
Subinterfaces of Prototype.Api in io.helidon.common.context.httpModifier and TypeInterfaceDescriptioninterfaceConfiguration of a single propagation record, a mapping of a header name to its context classifier, with optional default value(s), and definition whether it is a single value, or an array.Classes in io.helidon.common.context.http that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.common.features.metadata
Subinterfaces of Prototype.Api in io.helidon.common.features.metadataModifier and TypeInterfaceDescriptioninterfaceAOT (Ahead of time compilation) support.interfaceDeprecation information.interfaceMetadata of a feature, as stored in one of the Helidon specific filesFeatureRegistry.FEATURE_REGISTRY_LOCATION_V1orFeatureRegistry.FEATURE_REGISTRY_LOCATION_V2.Classes in io.helidon.common.features.metadata that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.common.mapper
Subinterfaces of Prototype.Api in io.helidon.common.mapperClasses in io.helidon.common.mapper that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.common.pki
Subinterfaces of Prototype.Api in io.helidon.common.pkiModifier and TypeInterfaceDescriptioninterfaceConfiguration of keys.interfaceResources from a java keystore (PKCS12, JKS etc.).interfacePEM files based keys - accepts private key and certificate chain.Classes in io.helidon.common.pki that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.common.socket
Subinterfaces of Prototype.Api in io.helidon.common.socketClasses in io.helidon.common.socket that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.common.tls
Subinterfaces of Prototype.Api in io.helidon.common.tlsModifier and TypeInterfaceDescriptioninterfaceCertificate revocation configuration.interfaceInterface generated from definition.Classes in io.helidon.common.tls that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.common.types
Subinterfaces of Prototype.Api in io.helidon.common.typesModifier and TypeInterfaceDescriptioninterfaceAn annotation with defined values.interfaceAn exports directive of a module info.interfaceAn opens directive of a module info.interfaceA provides directive of a module info.interfaceA requires directive of a module info.interfaceA uses directive of a module info.interfaceModule info type information.interfaceAn annotation with defined values.interfaceRepresents the model object for a type.interfaceTypeName is similar toTypein its most basic use case.Classes in io.helidon.common.types that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.common.uri
Subinterfaces of Prototype.Api in io.helidon.common.uriModifier and TypeInterfaceDescriptioninterfaceInformation about URI, that can be used to invoke a specific request over the network.Classes in io.helidon.common.uri that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.config
Subinterfaces of Prototype.Api in io.helidon.configClasses in io.helidon.config that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.data
Subinterfaces of Prototype.Api in io.helidon.dataModifier and TypeInterfaceDescriptioninterfaceSingle rule of the dynamic ordering of the query result.interfaceRequest pageable query result as page with page number and size.interfaceDynamic ordering of the query result.Classes in io.helidon.data that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.data.codegen.common
Subinterfaces of Prototype.Api in io.helidon.data.codegen.commonClasses in io.helidon.data.codegen.common that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.data.codegen.query
Subinterfaces of Prototype.Api in io.helidon.data.codegen.queryModifier and TypeInterfaceDescriptioninterfaceCriteria condition.interfaceData query definition.interfaceData query ordering.interfaceOrdering expression.interfaceData query projection.interfaceEntity property.Classes in io.helidon.data.codegen.query that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.data.jakarta.persistence
Subinterfaces of Prototype.Api in io.helidon.data.jakarta.persistenceModifier and TypeInterfaceDescriptioninterfaceConfiguration of Helidon Data for Jakarta Persistence.(package private) interfaceio.helidon.data.jakarta.persistence.JpaPersistenceUnitConfigBlueprintConfiguration of Helidon Data for Jakarta Persistence.Classes in io.helidon.data.jakarta.persistence that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.data.sql.common
Subinterfaces of Prototype.Api in io.helidon.data.sql.commonModifier and TypeInterfaceDescriptioninterfaceConfiguration of a JDBC connection to a database.interfaceSQL specific configuration.Classes in io.helidon.data.sql.common that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.data.sql.datasource
Subinterfaces of Prototype.Api in io.helidon.data.sql.datasourceClasses in io.helidon.data.sql.datasource that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.data.sql.datasource.hikari
Subinterfaces of Prototype.Api in io.helidon.data.sql.datasource.hikariModifier and TypeInterfaceDescriptioninterfaceHikari connection pool specific configuration forDataSource.(package private) interfaceio.helidon.data.sql.datasource.hikari.HikariDataSourceConfigBlueprintHikari connection pool specific configuration forDataSource.Classes in io.helidon.data.sql.datasource.hikari that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.data.sql.datasource.jdbc
Subinterfaces of Prototype.Api in io.helidon.data.sql.datasource.jdbcModifier and TypeInterfaceDescriptioninterfaceJDBC Data source configuration.(package private) interfaceio.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfigBlueprintJDBC Data source configuration.Classes in io.helidon.data.sql.datasource.jdbc that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.data.sql.datasource.ucp
Subinterfaces of Prototype.Api in io.helidon.data.sql.datasource.ucpModifier and TypeInterfaceDescriptioninterfaceUCP specific configuration forDataSource.(package private) interfaceio.helidon.data.sql.datasource.ucp.UcpDataSourceConfigBlueprintUCP specific configuration forDataSource.Classes in io.helidon.data.sql.datasource.ucp that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.dbclient.jdbc
Subinterfaces of Prototype.Api in io.helidon.dbclient.jdbcModifier and TypeInterfaceDescriptioninterfaceJDBC parameters setter configuration.Classes in io.helidon.dbclient.jdbc that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.declarative.codegen.model.http
Subinterfaces of Prototype.Api in io.helidon.declarative.codegen.model.httpModifier and TypeInterfaceDescriptioninterfaceRest endpoint for Typed HTTP client.interfaceAn element that is annotation within the HTTP REST handling.interfaceA model for HTTP endpoints.interfaceA REST endpoint may be a client endpoint or a server endpoint.interfaceDefinition of a rest method.interfaceA single REST method parameter.interfaceREST endpoint for server side endpoint definition.Classes in io.helidon.declarative.codegen.model.http that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.discovery.providers.eureka
Subinterfaces of Prototype.Api in io.helidon.discovery.providers.eurekaModifier and TypeInterfaceDescriptioninterfacePrototypical state for the portion of Eureka Discovery configuration related to a local cache of Eureka server information.interfacePrototypical state forEurekaDiscoveryinstances.Classes in io.helidon.discovery.providers.eureka that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.faulttolerance
Subinterfaces of Prototype.Api in io.helidon.faulttoleranceModifier and TypeInterfaceDescriptioninterfaceAsyncconfiguration bean.interfaceBulkheadconfiguration bean.interfaceConfiguration of a circuit breaker.interfaceFallbackconfiguration.interfaceRetryconfiguration bean.interfaceTimeoutconfiguration bean.Classes in io.helidon.faulttolerance that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.http.encoding
Subinterfaces of Prototype.Api in io.helidon.http.encodingModifier and TypeInterfaceDescriptioninterfaceInterface generated from definition.Classes in io.helidon.http.encoding that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.http.media
Subinterfaces of Prototype.Api in io.helidon.http.mediaModifier and TypeInterfaceDescriptioninterfaceInterface generated from definition.Classes in io.helidon.http.media that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.http.media.gson
Subinterfaces of Prototype.Api in io.helidon.http.media.gsonClasses in io.helidon.http.media.gson that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.http.media.jackson
Subinterfaces of Prototype.Api in io.helidon.http.media.jacksonClasses in io.helidon.http.media.jackson that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.http.media.jsonb
Subinterfaces of Prototype.Api in io.helidon.http.media.jsonbClasses in io.helidon.http.media.jsonb that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.http.media.jsonp
Subinterfaces of Prototype.Api in io.helidon.http.media.jsonpClasses in io.helidon.http.media.jsonp that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.integrations.eureka
Subinterfaces of Prototype.Api in io.helidon.integrations.eurekaModifier and TypeInterfaceDescriptioninterfaceinterfaceA prototype describing initial Eureka Server service instance registration details.interfaceA prototype describing initial Eureka Server service instance registration lease details.interfaceA prototype describing initial Eureka Server service instance registration port details.Classes in io.helidon.integrations.eureka that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.integrations.langchain4j
Subinterfaces of Prototype.Api in io.helidon.integrations.langchain4jModifier and TypeInterfaceDescriptioninterfaceConfiguration class forEmbeddingStoreContentRetrieverConfigBlueprint.interfaceInterface generated from definition.Classes in io.helidon.integrations.langchain4j that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.integrations.langchain4j.providers.cohere
Subinterfaces of Prototype.Api in io.helidon.integrations.langchain4j.providers.cohereModifier and TypeInterfaceDescriptioninterfaceInterface generated from definition.interfaceInterface generated from definition.Classes in io.helidon.integrations.langchain4j.providers.cohere that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.integrations.langchain4j.providers.coherence
Subinterfaces of Prototype.Api in io.helidon.integrations.langchain4j.providers.coherenceModifier and TypeInterfaceDescriptioninterfaceInterface generated from definition.Classes in io.helidon.integrations.langchain4j.providers.coherence that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.integrations.langchain4j.providers.jlama
Subinterfaces of Prototype.Api in io.helidon.integrations.langchain4j.providers.jlamaModifier and TypeInterfaceDescriptioninterfaceInterface generated from definition.interfaceInterface generated from definition.interfaceInterface generated from definition.interfaceInterface generated from definition.Classes in io.helidon.integrations.langchain4j.providers.jlama that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.integrations.langchain4j.providers.oci.genai
Subinterfaces of Prototype.Api in io.helidon.integrations.langchain4j.providers.oci.genaiModifier and TypeInterfaceDescriptioninterfaceInterface generated from definition.interfaceInterface generated from definition.interfaceInterface generated from definition.interfaceInterface generated from definition.Classes in io.helidon.integrations.langchain4j.providers.oci.genai that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.integrations.langchain4j.providers.ollama
Subinterfaces of Prototype.Api in io.helidon.integrations.langchain4j.providers.ollamaModifier and TypeInterfaceDescriptioninterfaceInterface generated from definition.interfaceInterface generated from definition.interfaceInterface generated from definition.interfaceInterface generated from definition.Classes in io.helidon.integrations.langchain4j.providers.ollama that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.integrations.langchain4j.providers.openai
Subinterfaces of Prototype.Api in io.helidon.integrations.langchain4j.providers.openaiModifier and TypeInterfaceDescriptioninterfaceInterface generated from definition.interfaceInterface generated from definition.interfaceInterface generated from definition.interfaceInterface generated from definition.interfaceInterface generated from definition.interfaceInterface generated from definition.Classes in io.helidon.integrations.langchain4j.providers.openai that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.integrations.langchain4j.providers.oracle
Subinterfaces of Prototype.Api in io.helidon.integrations.langchain4j.providers.oracleModifier and TypeInterfaceDescriptioninterfaceInterface generated from definition.interfaceInterface generated from definition.interfaceInterface generated from definition.interfaceInterface generated from definition.Classes in io.helidon.integrations.langchain4j.providers.oracle that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.integrations.oci
Subinterfaces of Prototype.Api in io.helidon.integrations.ociModifier and TypeInterfaceDescriptioninterfaceInterface generated from definition.interfaceConfiguration of theconfigauthentication method.interfaceInformation about the instance retrieved from Imds.interfaceMeta configuration of OCI integration for Helidon.interfaceConfiguration of theconfigauthentication method.Classes in io.helidon.integrations.oci that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.integrations.oci.sdk.runtime
Subinterfaces of Prototype.Api in io.helidon.integrations.oci.sdk.runtimeModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.Classes in io.helidon.integrations.oci.sdk.runtime that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.integrations.oci.tls.certificates
Subinterfaces of Prototype.Api in io.helidon.integrations.oci.tls.certificatesModifier and TypeInterfaceDescriptioninterfaceBlueprint configuration forOciCertificatesTlsManager.Classes in io.helidon.integrations.oci.tls.certificates that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.integrations.openapi.ui
Subinterfaces of Prototype.Api in io.helidon.integrations.openapi.uiClasses in io.helidon.integrations.openapi.ui that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.json.schema
Subinterfaces of Prototype.Api in io.helidon.json.schemaModifier and TypeInterfaceDescriptioninterfaceJson schema object.interfaceJson schema related to the array.interfaceJson schema related to the boolean value.interfaceJson schema related to the integer numbers.interfaceCommon interface for all Json Schema items.interfaceJson schema related to the null types.interfaceJson schema related to the numbers.interfaceJson schema related to the objects.interfaceJson schema related to the strings.Classes in io.helidon.json.schema that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.metrics.api
Subinterfaces of Prototype.Api in io.helidon.metrics.apiModifier and TypeInterfaceDescriptioninterfaceConfig bean for KPI metrics configuration.interfaceConfiguration settings for metrics.interfaceConfiguration settings for a scope within the "metrics" config section.interfaceInterface generated from definition.Classes in io.helidon.metrics.api that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.microprofile.grpc.client
Subinterfaces of Prototype.Api in io.helidon.microprofile.grpc.clientModifier and TypeInterfaceDescriptioninterfaceInterface generated from definition.interfaceInterface generated from definition.Classes in io.helidon.microprofile.grpc.client that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.microprofile.openapi
Subinterfaces of Prototype.Api in io.helidon.microprofile.openapiModifier and TypeInterfaceDescriptioninterfaceMpOpenApiManagerprototype.Classes in io.helidon.microprofile.openapi that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.microprofile.restclientmetrics
Subinterfaces of Prototype.Api in io.helidon.microprofile.restclientmetricsModifier and TypeInterfaceDescriptioninterfaceConfiguration settings for MP REST client metrics.Classes in io.helidon.microprofile.restclientmetrics that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.openapi
Subinterfaces of Prototype.Api in io.helidon.openapiClasses in io.helidon.openapi that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.scheduling
Subinterfaces of Prototype.Api in io.helidon.schedulingModifier and TypeInterfaceDescriptioninterfaceInterface generated from definition.interfaceInterface generated from definition.interfaceInterface generated from definition.Classes in io.helidon.scheduling that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.security.providers.oidc.common
Subinterfaces of Prototype.Api in io.helidon.security.providers.oidc.commonModifier and TypeInterfaceDescriptioninterfaceConfiguration of the OIDC client credentials flow.Classes in io.helidon.security.providers.oidc.common that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.service.codegen
Subinterfaces of Prototype.Api in io.helidon.service.codegenModifier and TypeInterfaceDescriptioninterfaceParameters to code generate default values.Classes in io.helidon.service.codegen that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.service.registry
Subinterfaces of Prototype.Api in io.helidon.service.registryModifier and TypeInterfaceDescriptioninterfaceRequest to activate a service.interfaceRepresents the result of a service activation or deactivation.interfaceDependency metadata.interfaceInvocation context provides metadata about the invoked element to an interceptor.interfaceLookup criteria to discover services, mostly used when interacting with a service registry.interfaceRepresents a qualifier annotation (a specific case of annotations, annotated withService.Qualifier).(package private) interfaceio.helidon.service.registry.QualifierBlueprintRepresents a qualifier annotation (a specific case of annotations, annotated withService.Qualifier).interfaceHelidon service registry configuration.Classes in io.helidon.service.registry that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.telemetry.otelconfig
Subinterfaces of Prototype.Api in io.helidon.telemetry.otelconfigModifier and TypeInterfaceDescriptioninterfaceConfiguration for a batch span processor.interfaceOpenTelemetry settings.interfaceOpenTelemetry tracer settings.interfaceSettings for OpenTelemetry OTLP exporters.interfaceRetry policy settings.interfaceTracing sampler settings.interfaceInterface generated from definition.interfaceTracing span limits settings.interfaceGeneric configuration for aSpanProcessor, linked to aSpanExporterby its name in the configuration.interfaceInterface generated from definition.Classes in io.helidon.telemetry.otelconfig that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.webclient.api
Subinterfaces of Prototype.Api in io.helidon.webclient.apiModifier and TypeInterfaceDescriptioninterfaceThis can be used by any HTTP client version, and does not act as a factory, for easy extensibility.interfaceCommon configuration for HTTP protocols.interfaceWebClient configuration.interfaceInterface generated from definition.interfaceResponse which is created upon receiving of server response.Classes in io.helidon.webclient.api that implement Prototype.ApiModifier and TypeClassDescriptionclassURI abstraction for WebClient.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.webclient.context
Subinterfaces of Prototype.Api in io.helidon.webclient.contextModifier and TypeInterfaceDescriptioninterfaceConfiguration of WebClient transport level propagation of context values.Classes in io.helidon.webclient.context that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.webclient.grpc
Subinterfaces of Prototype.Api in io.helidon.webclient.grpcModifier and TypeInterfaceDescriptioninterfaceConfiguration of a grpc client.(package private) interfaceio.helidon.webclient.grpc.GrpcClientConfigBlueprintConfiguration of a grpc client.interfaceConfiguration of a gRPC client.interfaceInterface generated from definition.Classes in io.helidon.webclient.grpc that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.webclient.http1
Subinterfaces of Prototype.Api in io.helidon.webclient.http1Modifier and TypeInterfaceDescriptioninterfaceHTTP/1.1.(package private) interfaceio.helidon.webclient.http1.Http1ClientConfigBlueprintHTTP/1.1.interfaceConfiguration of an HTTP/1.1 client.Classes in io.helidon.webclient.http1 that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.webclient.http2
Subinterfaces of Prototype.Api in io.helidon.webclient.http2Modifier and TypeInterfaceDescriptioninterfaceHTTP/2 full webclient configuration.(package private) interfaceio.helidon.webclient.http2.Http2ClientConfigBlueprintHTTP/2 full webclient configuration.interfaceInterface generated from definition.Classes in io.helidon.webclient.http2 that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.webclient.jsonrpc
Subinterfaces of Prototype.Api in io.helidon.webclient.jsonrpcModifier and TypeInterfaceDescriptioninterfaceConfiguration of a JSON-RPC client.(package private) interfaceio.helidon.webclient.jsonrpc.JsonRpcClientConfigBlueprintConfiguration of a JSON-RPC client.interfaceConfiguration of a JSON-RPC client.Classes in io.helidon.webclient.jsonrpc that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.webclient.websocket
Subinterfaces of Prototype.Api in io.helidon.webclient.websocketModifier and TypeInterfaceDescriptioninterfaceWebSocket full webclient configuration.(package private) interfaceio.helidon.webclient.websocket.WsClientConfigBlueprintWebSocket full webclient configuration.interfaceConfiguration of an HTTP/1.1 client.Classes in io.helidon.webclient.websocket that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.webserver
Subinterfaces of Prototype.Api in io.helidon.webserverModifier and TypeInterfaceDescriptioninterfaceDeprecated.interfaceInterface generated from definition.interfaceConfiguration of a server listener (server socket).interfaceWebServer configuration bean.Classes in io.helidon.webserver that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.webserver.accesslog
Subinterfaces of Prototype.Api in io.helidon.webserver.accesslogModifier and TypeInterfaceDescriptioninterfaceConfiguration of access log feature.Classes in io.helidon.webserver.accesslog that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.webserver.concurrency.limits
Subinterfaces of Prototype.Api in io.helidon.webserver.concurrency.limitsModifier and TypeInterfaceDescriptioninterfaceInterface generated from definition.Classes in io.helidon.webserver.concurrency.limits that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.webserver.context
Subinterfaces of Prototype.Api in io.helidon.webserver.contextModifier and TypeInterfaceDescriptioninterfaceConfiguration of context feature.Classes in io.helidon.webserver.context that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.webserver.cors
Subinterfaces of Prototype.Api in io.helidon.webserver.corsClasses in io.helidon.webserver.cors that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.webserver.grpc
Subinterfaces of Prototype.Api in io.helidon.webserver.grpcModifier and TypeInterfaceDescriptioninterfaceInterface generated from definition.interfaceConfiguration of gRPC Reflection feature.interfaceDeprecated.to be moved toio.helidon.webserver.grpc.tracing.Classes in io.helidon.webserver.grpc that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.webserver.http
Subinterfaces of Prototype.Api in io.helidon.webserver.http -
Uses of Prototype.Api in io.helidon.webserver.http1
Subinterfaces of Prototype.Api in io.helidon.webserver.http1Modifier and TypeInterfaceDescriptioninterfaceHTTP/1.1 server configuration.interfaceConfiguration of anHttp1ConnectionSelector.Classes in io.helidon.webserver.http1 that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.webserver.http2
Subinterfaces of Prototype.Api in io.helidon.webserver.http2Classes in io.helidon.webserver.http2 that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.webserver.jsonrpc
Subinterfaces of Prototype.Api in io.helidon.webserver.jsonrpcClasses in io.helidon.webserver.jsonrpc that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.webserver.observe
Subinterfaces of Prototype.Api in io.helidon.webserver.observeModifier and TypeInterfaceDescriptioninterfaceConfiguration for observability feature itself.interfaceBase configuration for any observer that exposes an endpoint.Classes in io.helidon.webserver.observe that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.webserver.observe.config
Subinterfaces of Prototype.Api in io.helidon.webserver.observe.configModifier and TypeInterfaceDescriptioninterfaceInterface generated from definition.(package private) interfaceio.helidon.webserver.observe.config.ConfigObserverConfigBlueprintClasses in io.helidon.webserver.observe.config that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.webserver.observe.health
Subinterfaces of Prototype.Api in io.helidon.webserver.observe.healthModifier and TypeInterfaceDescriptioninterfaceConfiguration of Health observer.(package private) interfaceio.helidon.webserver.observe.health.HealthObserverConfigBlueprintConfiguration of Health observer.Classes in io.helidon.webserver.observe.health that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.webserver.observe.info
Subinterfaces of Prototype.Api in io.helidon.webserver.observe.infoModifier and TypeInterfaceDescriptioninterfaceInfo Observer configuration.(package private) interfaceio.helidon.webserver.observe.info.InfoObserverConfigBlueprintInfo Observer configuration.Classes in io.helidon.webserver.observe.info that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.webserver.observe.log
Subinterfaces of Prototype.Api in io.helidon.webserver.observe.logModifier and TypeInterfaceDescriptioninterfaceLog Observer configuration.(package private) interfaceio.helidon.webserver.observe.log.LogObserverConfigBlueprintLog Observer configuration.interfaceLog stream configuration for Log Observer.Classes in io.helidon.webserver.observe.log that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.webserver.observe.metrics
Subinterfaces of Prototype.Api in io.helidon.webserver.observe.metricsModifier and TypeInterfaceDescriptioninterfaceMetrics Observer configuration.(package private) interfaceio.helidon.webserver.observe.metrics.MetricsObserverConfigBlueprintMetrics Observer configuration.Classes in io.helidon.webserver.observe.metrics that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.webserver.observe.tracing
Subinterfaces of Prototype.Api in io.helidon.webserver.observe.tracingModifier and TypeInterfaceDescriptioninterfaceConfiguration of Tracing observer.(package private) interfaceio.helidon.webserver.observe.tracing.TracingObserverConfigBlueprintConfiguration of Tracing observer.Classes in io.helidon.webserver.observe.tracing that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.webserver.security
Subinterfaces of Prototype.Api in io.helidon.webserver.securityModifier and TypeInterfaceDescriptioninterfaceInterface generated from definition.interfaceConfiguration of security feature fow webserver.interfaceConfiguration of aSecurityHandler.Classes in io.helidon.webserver.security that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.webserver.staticcontent
Subinterfaces of Prototype.Api in io.helidon.webserver.staticcontentModifier and TypeInterfaceDescriptioninterfaceConfiguration of static content handlers that is common for classpath and file system based handlers.interfaceClasspath based static content handler configuration.interfaceFile system based static content handler configuration.interfaceConfiguration of memory cache for static content.interfaceConfiguration of Static content feature.interfaceConfiguration of temporary storage for classpath based handlers.Classes in io.helidon.webserver.staticcontent that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of Prototype.Api in io.helidon.webserver.websocket
Subinterfaces of Prototype.Api in io.helidon.webserver.websocketClasses in io.helidon.webserver.websocket that implement Prototype.ApiModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.
SocketOptionsBlueprintinstead