Uses of Class
org.eclipse.jetty.http.MultiPartConfig
Packages that use MultiPartConfig
Package
Description
Jetty Http : Tools for Http processing
Jetty Server : Core Handler API
-
Uses of MultiPartConfig in org.eclipse.jetty.http
Methods in org.eclipse.jetty.http that return MultiPartConfigMethods in org.eclipse.jetty.http with parameters of type MultiPartConfigModifier and TypeMethodDescriptionvoidMultiPartFormData.Parser.configure(MultiPartConfig config) Configure the Parser given aMultiPartConfiginstance.MultiPartFormData.from(Content.Source content, Attributes attributes, String contentType, MultiPartConfig config) Deprecated, for removal: This API element is subject to removal in a future version.static MultiPartFormData.PartsMultiPartFormData.getParts(Content.Source content, Attributes attributes, String contentType, MultiPartConfig config) Getmultipart/form-dataMultiPartFormData.Partsfrom aContent.Source, caching the results in anAttributes.static voidMultiPartFormData.onParts(Content.Source content, Attributes attributes, String contentType, MultiPartConfig config, Promise.Invocable<MultiPartFormData.Parts> promise) Asynchronously getmultipart/form-dataMultiPartFormData.Partsfrom aContent.Source, caching the results in anAttributes. -
Uses of MultiPartConfig in org.eclipse.jetty.server.handler
Constructors in org.eclipse.jetty.server.handler with parameters of type MultiPartConfigModifierConstructorDescriptionUntilMultipartDelayedProcess(Handler handler, Request request, Response response, Callback callback, String contentType, MultiPartConfig config)
MultiPartFormData.getParts(Content.Source, Attributes, String, MultiPartConfig)and/orMultiPartFormData.onParts(Content.Source, Attributes, String, MultiPartConfig, Promise.Invocable)