Uses of Class
io.helidon.http.media.MediaContextConfig.Builder
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.Builder in io.helidon.http.media
Modifier and TypeMethodDescriptionstatic MediaContextConfig.Builder
MediaContext.builder()
Builder to set up this media support context.static MediaContextConfig.Builder
MediaContextConfig.builder()
Create a new fluent API builder to customize configuration.static MediaContextConfig.Builder
MediaContextConfig.builder
(MediaContextConfig instance) Create a new fluent API builder from an existing instance.Modifier and TypeMethodDescriptionstatic MediaContext
MediaContext.create
(Consumer<MediaContextConfig.Builder> consumer) Create media context, customizing its configuration.MediaContextConfig.BuilderBase.fallback
(Consumer<MediaContextConfig.Builder> consumer) Existing context to be used as a fallback for this context. -
Uses of MediaContextConfig.Builder in io.helidon.webclient.api
Modifier and TypeMethodDescriptionHttpClientConfig.BuilderBase.mediaContext
(Consumer<MediaContextConfig.Builder> consumer) Configure the listener specificMediaContext
. -
Uses of MediaContextConfig.Builder in io.helidon.webserver
Modifier and TypeMethodDescriptionListenerConfig.BuilderBase.mediaContext
(Consumer<MediaContextConfig.Builder> consumer) Configure the listener specificMediaContext
.