Uses of Annotation Interface
io.helidon.config.metadata.Configured
Packages that use Configured
Package
Description
Concurrency limits API and default implementations.
General utilities that use
Config.Common types for Context propagation over HTTP.
Utilities for PKI configuration and loading of certificates and keys.
Socket abstraction and data writing.
TLS Configuration for client and server.
Helidon Data Repository with Jakarta Persistence Runtime.
Runs imperative applications and declarative Helidon Data repositories with
JDBC.
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.
Helidon Fault Tolerance Support.
HTTP APIs and implementations usable by both server and client side of the HTTP story.
HTTP Content encoding support, usually used to compress entity, such as
gzip.Helidon Media Support.
Jackson media type support.
Helidon JSON Media Support.
Helidon JSON Binding Media Support.
JSON Smile media support.
JSON-Binding Entity Media handling support.
JSON-Processing Entity Media handling support.
Helidon JSON Binding.
Helidon Messaging API and runtime.
Service provider interfaces implemented or extended by messaging transport connectors.
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.
Micrometer wrapper for Helidon metrics API.
Helidon OpenAPI support.
OpenAPI 3.0 support.
OpenAPI 3.1 support.
OpenAPI 3.2 support.
Scheduling for Helidon SE reactive implementation.
Security
Attribute based access control (ABAC) security provider.
Common classes for provider implementation.
Provider that can extract username from a (any) header.
Basic security provider with role support and optional outbound propagation.
Provider supporting validation of incoming signatures and signing of outbound requests.
Mapper that retrieves roles from IDCS server and maps them to user subject.
Provider that can process incoming JWTs and assert users based on them and can propagate JWTs (or create
new ones) for outbound calls.
Integration with Open ID Connect providers.
Open ID Connect (OIDC) classes usable from all OIDC related components.
General utilities for security modules.
Support for configuring OpenTelemetry via Helidon config.
Distributed tracing support for Helidon.
Open Telemetry tracing support that plugs into the
TracerBuilder SPI and provides
a Tracer implementation.Helidon WebClient APIs shared by all types of clients.
Provides classes and interfaces that integrate discovery features into
webclients.
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.
CORS support for Helidon WebServer.
Helidon WebServer gRPC Support.
Helidon WebServer gRPC security support.
Helidon Webserver gRPC tracing support.
A gRPC server service that maps
ValidationException to
Status.INVALID_ARGUMENT.HTTP Strict Transport Security support for Helidon WebServer.
Helidon WebServer HTTP specific APIs.
Helidon WebServer HTTP/1.1 specific APIs.
Helidon WebServer HTTP/2 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.
WebSocket APIs.
-
Uses of Configured in io.helidon.common.concurrency.limits
Classes in io.helidon.common.concurrency.limits with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceConfiguration ofAimdLimit.interfaceConfiguration ofFixedLimit.interfaceConfiguration ofThroughputLimit. -
Uses of Configured in io.helidon.common.configurable
Classes in io.helidon.common.configurable with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceAllowListdefines a list of allowed and/or denied matches and tests if a particular value conforms to the conditions.interfaceConfiguration of a resource.interfaceInterface generated from blueprintio.helidon.common.configurable.ScheduledThreadPoolConfigBlueprint.interfaceInterface generated from blueprintio.helidon.common.configurable.ThreadPoolConfigBlueprint. -
Uses of Configured in io.helidon.common.context.http
Classes in io.helidon.common.context.http with annotations of type ConfiguredModifier 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. -
Uses of Configured in io.helidon.common.pki
Classes in io.helidon.common.pki with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceConfiguration of keys.interfaceResources from a java keystore (PKCS12, JKS etc.).interfacePEM files based keys - accepts private key and certificate chain. -
Uses of Configured in io.helidon.common.socket
Classes in io.helidon.common.socket with annotations of type Configured -
Uses of Configured in io.helidon.common.tls
Classes in io.helidon.common.tls with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceCertificate revocation configuration.interfaceTLS configuration, used by web server listeners, web client and other components that need TLS.interfaceTLS key and trust material used to set up or reload manager state. -
Uses of Configured in io.helidon.data.jakarta.persistence
Classes in io.helidon.data.jakarta.persistence with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceConfiguration of Helidon Data for Jakarta Persistence. -
Uses of Configured in io.helidon.data.jdbc
Classes in io.helidon.data.jdbc with annotations of type Configured -
Uses of Configured in io.helidon.data.sql.common
Classes in io.helidon.data.sql.common with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceConfiguration of a JDBC connection to a database.interfaceSQL specific connection configuration. -
Uses of Configured in io.helidon.data.sql.datasource
Classes in io.helidon.data.sql.datasource with annotations of type Configured -
Uses of Configured in io.helidon.data.sql.datasource.hikari
Classes in io.helidon.data.sql.datasource.hikari with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceHikari connection pool specific configuration forDataSource. -
Uses of Configured in io.helidon.data.sql.datasource.jdbc
Classes in io.helidon.data.sql.datasource.jdbc with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceJDBC Data source configuration. -
Uses of Configured in io.helidon.data.sql.datasource.ucp
Classes in io.helidon.data.sql.datasource.ucp with annotations of type Configured -
Uses of Configured in io.helidon.dbclient.jdbc
Classes in io.helidon.dbclient.jdbc with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceJDBC parameters setter configuration. -
Uses of Configured in io.helidon.faulttolerance
Classes in io.helidon.faulttolerance with annotations of type Configured -
Uses of Configured in io.helidon.http
Classes in io.helidon.http with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceCommon configuration of HTTP protocol, regardless of its version.interfaceConfiguration of logging of the HTTP layer.static final classBuilder forRequestedUriDiscoveryContext. -
Uses of Configured in io.helidon.http.encoding
Classes in io.helidon.http.encoding with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceInterface generated from blueprintio.helidon.http.encoding.ContentEncodingContextConfigBlueprint. -
Uses of Configured in io.helidon.http.media
Classes in io.helidon.http.media with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceInterface generated from blueprintio.helidon.http.media.MediaContextConfigBlueprint.interfaceA set of configurable options expected to be used by each media support. -
Uses of Configured in io.helidon.http.media.jackson
Classes in io.helidon.http.media.jackson with annotations of type Configured -
Uses of Configured in io.helidon.http.media.json
Classes in io.helidon.http.media.json with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceConfiguration of Helidon JSON media support. -
Uses of Configured in io.helidon.http.media.json.binding
Classes in io.helidon.http.media.json.binding with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceConfiguration for Helidon JSON Binding media support. -
Uses of Configured in io.helidon.http.media.json.smile
Classes in io.helidon.http.media.json.smile with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceConfiguration of Smile media support. -
Uses of Configured in io.helidon.http.media.jsonb
Classes in io.helidon.http.media.jsonb with annotations of type Configured -
Uses of Configured in io.helidon.http.media.jsonp
Classes in io.helidon.http.media.jsonp with annotations of type Configured -
Uses of Configured in io.helidon.json.binding
Classes in io.helidon.json.binding with annotations of type Configured -
Uses of Configured in io.helidon.messaging
Classes in io.helidon.messaging with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceDead-letter delivery configuration.interfacePortable incoming delivery failure policy.interfaceMessaging configuration.interfaceOptional messaging execution overrides.interfaceIncoming failure-policy overrides applied to the declared policy or messaging defaults. -
Uses of Configured in io.helidon.messaging.spi
Classes in io.helidon.messaging.spi with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceCommon configuration of an incoming or outgoing messaging channel connection.interfaceCommon configuration of a messaging connector provider.interfaceCommon configuration of an incoming messaging channel connection.interfaceCommon configuration of an outgoing messaging channel connection. -
Uses of Configured in io.helidon.metrics.api
Classes in io.helidon.metrics.api with annotations of type ConfiguredModifier and TypeInterfaceDescriptionstatic interfaceBuilder forComponentMetricsSettings.interfaceConfig bean for KPI metrics configuration.interfaceConfiguration settings for metrics.interfaceBehavior of a tag for further identifying meters. -
Uses of Configured in io.helidon.metrics.providers.micrometer
Classes in io.helidon.metrics.providers.micrometer with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceSettings for an OTLP publisher.interfaceSettings controlling Prometheus naming conventions.interfaceSettings for a Micrometer Prometheus meter registry. -
Uses of Configured in io.helidon.openapi
Classes in io.helidon.openapi with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceOpenAPI feature configuration. -
Uses of Configured in io.helidon.openapi.v30
Classes in io.helidon.openapi.v30 with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceOpenAPI 3.0 version configuration. -
Uses of Configured in io.helidon.openapi.v31
Classes in io.helidon.openapi.v31 with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceOpenAPI 3.1 version configuration. -
Uses of Configured in io.helidon.openapi.v32
Classes in io.helidon.openapi.v32 with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceOpenAPI 3.2 version configuration. -
Uses of Configured in io.helidon.scheduling
Classes in io.helidon.scheduling with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceInterface generated from blueprintio.helidon.scheduling.CronConfigBlueprint.interfaceInterface generated from blueprintio.helidon.scheduling.FixedRateConfigBlueprint.interfaceInterface generated from blueprintio.helidon.scheduling.TaskConfigBlueprint. -
Uses of Configured in io.helidon.security
Classes in io.helidon.security with annotations of type ConfiguredModifier and TypeClassDescriptionstatic final classBuilder pattern class for helping createSecurityin a convenient way.static final classFluent API builder forSecurityTime. -
Uses of Configured in io.helidon.security.providers.abac
Classes in io.helidon.security.providers.abac with annotations of type Configured -
Uses of Configured in io.helidon.security.providers.common
Classes in io.helidon.security.providers.common with annotations of type ConfiguredModifier and TypeClassDescriptionstatic classBuilder to create instances ofEvictableCacheusing the default implementation backed by aConcurrentHashMap.static final classOutboundConfigbuilder when not reading it from configuration.static final classFluent API builder forOutboundTarget. -
Uses of Configured in io.helidon.security.providers.header
Classes in io.helidon.security.providers.header with annotations of type Configured -
Uses of Configured in io.helidon.security.providers.httpauth
Classes in io.helidon.security.providers.httpauth with annotations of type ConfiguredModifier and TypeClassDescriptionstatic classA user that is loaded from configuration.static final classHttpBasicAuthProviderfluent API builder. -
Uses of Configured in io.helidon.security.providers.httpsign
Classes in io.helidon.security.providers.httpsign with annotations of type ConfiguredModifier and TypeClassDescriptionstatic final classFluent API builder for this provider.static final classFluent API builder to create a new instance ofInboundClientDefinition.static final classConfiguration of headers to be signed. -
Uses of Configured in io.helidon.security.providers.idcs.mapper
Classes in io.helidon.security.providers.idcs.mapper with annotations of type ConfiguredModifier and TypeClassDescriptionstatic classFluent API builder forIdcsMtRoleMapperProvider.static classIdcsRoleMapperProvider.Builder<B extends IdcsRoleMapperProvider.Builder<B>>Fluent API builder forIdcsRoleMapperProvider.static classFluent API builder forIdcsRoleMapperProviderBase. -
Uses of Configured in io.helidon.security.providers.jwt
Classes in io.helidon.security.providers.jwt with annotations of type Configured -
Uses of Configured in io.helidon.security.providers.oidc
Classes in io.helidon.security.providers.oidc with annotations of type Configured -
Uses of Configured in io.helidon.security.providers.oidc.common
Classes in io.helidon.security.providers.oidc.common with annotations of type ConfiguredModifier and TypeClassDescriptionclassBaseBuilder<B extends BaseBuilder<B,T>, T> Base builder of the OIDC config components.interfaceConfiguration of the OIDC client credentials flow.static classA fluent APIBuilderto build instances ofOidcConfig.static final classA fluent APIBuilderto build instances ofTenantConfig. -
Uses of Configured in io.helidon.security.util
Classes in io.helidon.security.util with annotations of type Configured -
Uses of Configured in io.helidon.telemetry.otelconfig
Classes in io.helidon.telemetry.otelconfig with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceSettings for aggregating metrics data prior to transmission.interfaceSettings for the base 2 exponential histogram aggregation.interfaceConfiguration for a batch processor.interfaceSettings for explicit bucket histogram default aggregation.interfaceSettings for OpenTelemetry instrument selectors.interfaceSettings for log limits.interfaceSettings for a log record exporter.interfaceDefault histogram aggregation settings.interfaceOpenTelemetry metric exporter settings.interfaceSettings for a metric reader.interfaceOpenTelemetry settings.interfaceConfiguration settings for OpenTelemetry logging.interfaceOpenTelemetry metrics settings.interfaceOpenTelemetry resource settings shared by all configured signals.interfaceOpenTelemetry tracer settings.interfaceSettings for OpenTelemetry OTLP exporters.interfaceSettings common to HTTP-based OTLP exporters.interfaceSettings for OpenTelemetry periodic metric reader.interfaceGeneric configuration for a processor such as aSpanProcessor, linked to an exporter such as aSpanExporterby its name in the configuration.interfaceRetry policy settings.interfaceTracing sampler settings.interfaceInterface generated from blueprintio.helidon.telemetry.otelconfig.SpanExporterConfigBlueprint.interfaceTracing span limits settings.interfaceAbstraction of typed attributes settable on OpenTelemetry elements.interfaceSettings for an OpenTelemetry metrics view registration. -
Uses of Configured in io.helidon.tracing
Classes in io.helidon.tracing with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceCommon settings for tracers including settings for span processors and secure client connections.interfaceTracerBuilder<T extends TracerBuilder<T>>A builder for tracingtracer. -
Uses of Configured in io.helidon.tracing.providers.opentelemetry
Classes in io.helidon.tracing.providers.opentelemetry with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceSettings for OpenTelemetry tracer configuration under the "tracing" config key. -
Uses of Configured in io.helidon.webclient.api
Classes in io.helidon.webclient.api with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfacePreview client policy for accepting and using HTTPAlt-Svcresponse advertisements.interfaceThis can be used by any HTTP client version, and does not act as a factory, for easy extensibility.interfaceCommon configuration for HTTP protocols.static classFluent API builder forProxy.interfaceClient-side TLS SNI configuration.interfaceWebClient configuration.interfaceInterface generated from blueprintio.helidon.webclient.api.WebClientCookieManagerConfigBlueprint. -
Uses of Configured in io.helidon.webclient.context
Classes in io.helidon.webclient.context with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceConfiguration of WebClient transport level propagation of context values. -
Uses of Configured in io.helidon.webclient.discovery
Classes in io.helidon.webclient.discovery with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterface -
Uses of Configured in io.helidon.webclient.grpc
Classes in io.helidon.webclient.grpc with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceConfiguration of a grpc client.interfaceConfiguration of a gRPC client. -
Uses of Configured in io.helidon.webclient.http1
Classes in io.helidon.webclient.http1 with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceHTTP/1.1.interfaceConfiguration of an HTTP/1.1 client. -
Uses of Configured in io.helidon.webclient.http2
Classes in io.helidon.webclient.http2 with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceConfiguration of an HTTP/2 client. -
Uses of Configured in io.helidon.webclient.jsonrpc
Classes in io.helidon.webclient.jsonrpc with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceConfiguration of a JSON-RPC client.interfaceConfiguration of a JSON-RPC client. -
Uses of Configured in io.helidon.webclient.websocket
Classes in io.helidon.webclient.websocket with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceWebSocket full webclient configuration.interfaceWebSocket client protocol configuration. -
Uses of Configured in io.helidon.webserver
Classes in io.helidon.webserver with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceError handling configuration.interfaceConfiguration of a server listener (server socket).interfaceConfiguration of PROXY protocol support.interfaceListener-scoped server TLS SNI policy configuration.interfaceConfiguration of the stuck thread detection feature.interfaceConfiguration of the built-in TCP listener transport binding.interfaceConfiguration of the built-in Unix domain socket listener transport binding.interfaceTLS material for one listener virtual host selected by SNI.interfaceWebServer configuration bean. -
Uses of Configured in io.helidon.webserver.accesslog
Classes in io.helidon.webserver.accesslog with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceConfiguration of access log feature. -
Uses of Configured in io.helidon.webserver.concurrency.limits
Classes in io.helidon.webserver.concurrency.limits with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceInterface generated from blueprintio.helidon.webserver.concurrency.limits.LimitsFeatureConfigBlueprint. -
Uses of Configured in io.helidon.webserver.context
Classes in io.helidon.webserver.context with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceConfiguration of context feature. -
Uses of Configured in io.helidon.webserver.cors
Classes in io.helidon.webserver.cors with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceConfiguration of CORS feature.interfaceConfiguration of CORS for a specific path. -
Uses of Configured in io.helidon.webserver.grpc
Classes in io.helidon.webserver.grpc with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfacegRPC protocol configuration.interfaceConfiguration of gRPC Reflection feature. -
Uses of Configured in io.helidon.webserver.grpc.security
Classes in io.helidon.webserver.grpc.security with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceHelidon gRPC security configuration.interfaceConfiguration of aGrpcSecurityHandler.interfaceConfiguration of gRPC method security.interfaceConfiguration of gRPC service security. -
Uses of Configured in io.helidon.webserver.grpc.tracing
Classes in io.helidon.webserver.grpc.tracing with annotations of type Configured -
Uses of Configured in io.helidon.webserver.grpc.validation
Classes in io.helidon.webserver.grpc.validation with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceHelidon gRPC validation configuration. -
Uses of Configured in io.helidon.webserver.hsts
Classes in io.helidon.webserver.hsts with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceConfiguration of the HSTS feature. -
Uses of Configured in io.helidon.webserver.http
Classes in io.helidon.webserver.http with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceConfiguration of a single advertised alternative service. -
Uses of Configured in io.helidon.webserver.http1
Classes in io.helidon.webserver.http1 with annotations of type Configured -
Uses of Configured in io.helidon.webserver.http2
Classes in io.helidon.webserver.http2 with annotations of type Configured -
Uses of Configured in io.helidon.webserver.observe
Classes in io.helidon.webserver.observe with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceConfiguration for observability feature itself.interfaceBase configuration for any observer that exposes an endpoint. -
Uses of Configured in io.helidon.webserver.observe.config
Classes in io.helidon.webserver.observe.config with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceConfiguration of Config Observer. -
Uses of Configured in io.helidon.webserver.observe.health
Classes in io.helidon.webserver.observe.health with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceConfiguration of Health observer. -
Uses of Configured in io.helidon.webserver.observe.info
Classes in io.helidon.webserver.observe.info with annotations of type Configured -
Uses of Configured in io.helidon.webserver.observe.log
Classes in io.helidon.webserver.observe.log with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceLog Observer configuration.interfaceLog stream configuration for Log Observer. -
Uses of Configured in io.helidon.webserver.observe.metrics
Classes in io.helidon.webserver.observe.metrics with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceAutomatic metrics collection settings.interfaceSettings for path-based automatic metrics configuration.interfaceMetrics Observer configuration. -
Uses of Configured in io.helidon.webserver.observe.tracing
Classes in io.helidon.webserver.observe.tracing with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceConfiguration of Tracing observer. -
Uses of Configured in io.helidon.webserver.security
Classes in io.helidon.webserver.security with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceConfiguration of a single path security setup.interfaceConfiguration of security feature fow webserver.interfaceConfiguration of aSecurityHandler. -
Uses of Configured in io.helidon.webserver.staticcontent
Classes in io.helidon.webserver.staticcontent with annotations of type ConfiguredModifier 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. -
Uses of Configured in io.helidon.webserver.websocket
Classes in io.helidon.webserver.websocket with annotations of type Configured -
Uses of Configured in io.helidon.websocket
Classes in io.helidon.websocket with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceWebSocket protocol configuration available from aWsSession.