Uses of Interface
io.helidon.http.media.MediaContextConfig
Packages that use 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
Classes in io.helidon.http.media with type parameters of type MediaContextConfigModifier and TypeClassDescriptionstatic class
MediaContextConfig.BuilderBase<BUILDER extends MediaContextConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends MediaContextConfig> Fluent API builder base forMediaContext
.Classes in io.helidon.http.media that implement MediaContextConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.http.media that return MediaContextConfigModifier and TypeMethodDescriptionMediaContextConfig.Builder.buildPrototype()
static MediaContextConfig
MediaContextConfig.create()
Create a new instance with default values.static MediaContextConfig
Create a new instance from configuration.Methods in io.helidon.http.media with parameters of type MediaContextConfigModifier 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
Methods in io.helidon.webclient.api with parameters of type MediaContextConfigModifier and TypeMethodDescriptionHttpClientConfig.BuilderBase.mediaContext
(MediaContextConfig mediaContextConfig) Configure the listener specificMediaContext
. -
Uses of MediaContextConfig in io.helidon.webserver
Methods in io.helidon.webserver with parameters of type MediaContextConfigModifier and TypeMethodDescriptionListenerConfig.BuilderBase.mediaContext
(MediaContextConfig mediaContextConfig) Configure the listener specificMediaContext
.