Uses of Interface
io.helidon.http.media.MediaContextConfig
Package
Description
Helidon Media Support.
Helidon WebClient APIs shared by all types of clients.
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
-
Uses of MediaContextConfig in io.helidon.http.media
Modifier and TypeClassDescriptionstatic class
MediaContextConfig.BuilderBase<BUILDER extends MediaContextConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends MediaContextConfig> Fluent API builder base forMediaContext
.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Modifier and TypeMethodDescriptionMediaContextConfig.Builder.buildPrototype()
static MediaContextConfig
MediaContextConfig.create()
Create a new instance with default values.static MediaContextConfig
Create a new instance from configuration.Modifier and TypeMethodDescriptionstatic MediaContextConfig.Builder
MediaContextConfig.builder
(MediaContextConfig instance) Create a new fluent API builder from an existing instance.static MediaContext
MediaContext.create
(MediaContextConfig config) Create media context from its prototype.MediaContextConfig.BuilderBase.fallback
(MediaContextConfig fallbackConfig) Existing context to be used as a fallback for this context.MediaContextConfig.BuilderBase.from
(MediaContextConfig prototype) Update this builder from an existing prototype instance. -
Uses of MediaContextConfig in io.helidon.webclient.api
Modifier and TypeMethodDescriptionHttpClientConfig.BuilderBase.mediaContext
(MediaContextConfig mediaContextConfig) Configure the listener specificMediaContext
. -
Uses of MediaContextConfig in io.helidon.webserver
Modifier and TypeMethodDescriptionListenerConfig.BuilderBase.mediaContext
(MediaContextConfig mediaContextConfig) Configure the listener specificMediaContext
.