Class MultiPart

java.lang.Object
org.eclipse.jetty.http.MultiPart

public class MultiPart extends Object

Namespace class for interrelated classes that provide support for parsing and generating multipart bytes.

Most applications should make use of MultiPartFormData or MultiPartByteRanges as they provide a simpler API.

Multipart parsing is provided by MultiPart.Parser.

Multipart generation is provided by MultiPart.AbstractContentSource and its subclasses.

A single part of a multipart content is represented by MultiPart.Part and its subclasses.

See Also: