Class MultiPartFormData.Parts

java.lang.Object
org.eclipse.jetty.http.MultiPartFormData.Parts
All Implemented Interfaces:
Closeable, AutoCloseable, Iterable<MultiPart.Part>
Enclosing class:
MultiPartFormData

public static class MultiPartFormData.Parts extends Object implements Iterable<MultiPart.Part>, Closeable

An ordered list of MultiPart.Parts that can be accessed by index or by name, or iterated over.