Uses of Class
org.eclipse.jetty.http.MultiPartFormData.Parts
Packages that use 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
Constructors in org.eclipse.jetty.ee10.servlet with parameters of type MultiPartFormData.Parts -
Uses of MultiPartFormData.Parts in org.eclipse.jetty.http
Methods in org.eclipse.jetty.http that return MultiPartFormData.PartsModifier 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)
Methods in org.eclipse.jetty.http that return types with arguments of type MultiPartFormData.PartsModifier 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.Method parameters in org.eclipse.jetty.http with type arguments of type MultiPartFormData.PartsModifier 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)