Uses of Class
org.eclipse.jetty.http.MultiPartFormData.Parts
Package
Description
Jetty Server : Modular Servlet Integration
Jetty Http : Tools for Http processing
-
Uses of MultiPartFormData.Parts in org.eclipse.jetty.ee10.servlet
-
Uses of MultiPartFormData.Parts in org.eclipse.jetty.http
Modifier and TypeMethodDescriptionstatic MultiPartFormData.Parts
MultiPartFormData.getParts
(Content.Source content, Attributes attributes, String contentType, MultiPartConfig config) Getmultipart/form-data
MultiPartFormData.Parts
from aContent.Source
, caching the results in anAttributes
.static MultiPartFormData.Parts
MultiPartFormData.getParts
(Attributes attributes) Getmultipart/form-data
MultiPartFormData.Parts
from anAttributes
, typically cached there by calls toMultiPartFormData.getParts(Content.Source, Attributes, String, MultiPartConfig)
orMultiPartFormData.onParts(Content.Source, Attributes, String, MultiPartConfig, Promise.Invocable)
Modifier and TypeMethodDescriptionMultiPartFormData.from
(Content.Source content, Attributes attributes, String contentType, MultiPartConfig config) Deprecated, for removal: This API element is subject to removal in a future version.MultiPartFormData.from
(Attributes attributes, String boundary, Function<MultiPartFormData.Parser, CompletableFuture<MultiPartFormData.Parts>> parse) Deprecated, for removal: This API element is subject to removal in a future version.MultiPartFormData.from
(Attributes attributes, MultiPartCompliance compliance, ComplianceViolation.Listener listener, String boundary, Function<MultiPartFormData.Parser, CompletableFuture<MultiPartFormData.Parts>> parse) Deprecated, for removal: This API element is subject to removal in a future version.MultiPartFormData.get
(Attributes attributes) Deprecated, for removal: This API element is subject to removal in a future version.MultiPartFormData.Parser.parse
(Content.Source content) Deprecated, for removal: This API element is subject to removal in a future version.MultiPartFormData.Parser.parse
(Content.Source content, Invocable.InvocationType invocationType) Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescriptionMultiPartFormData.from
(Attributes attributes, String boundary, Function<MultiPartFormData.Parser, CompletableFuture<MultiPartFormData.Parts>> parse) Deprecated, for removal: This API element is subject to removal in a future version.MultiPartFormData.from
(Attributes attributes, MultiPartCompliance compliance, ComplianceViolation.Listener listener, String boundary, Function<MultiPartFormData.Parser, CompletableFuture<MultiPartFormData.Parts>> parse) Deprecated, for removal: This API element is subject to removal in a future version.static void
MultiPartFormData.onParts
(Content.Source content, Attributes attributes, String contentType, MultiPartConfig config, Promise.Invocable<MultiPartFormData.Parts> promise) Asynchronously getmultipart/form-data
MultiPartFormData.Parts
from aContent.Source
, caching the results in anAttributes
.void
MultiPartFormData.Parser.parse
(Content.Source content, Promise<MultiPartFormData.Parts> immediate, Promise.Invocable<MultiPartFormData.Parts> future) void
MultiPartFormData.Parser.parse
(Content.Source content, Promise<MultiPartFormData.Parts> immediate, Promise.Invocable<MultiPartFormData.Parts> future)
MultiPartFormData.getParts(Content.Source, Attributes, String, MultiPartConfig)
and/orMultiPartFormData.onParts(Content.Source, Attributes, String, MultiPartConfig, Promise.Invocable)