Uses of Class
org.eclipse.jetty.http.MultiPartFormData.Parser
-
Uses of MultiPartFormData.Parser in org.eclipse.jetty.http
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.
MultiPartFormData.getParts(Content.Source, Attributes, String, MultiPartConfig)
and/orMultiPartFormData.onParts(Content.Source, Attributes, String, MultiPartConfig, Promise.Invocable)