java.lang.Object
org.eclipse.jetty.http.MultiPart.AbstractContentSource
org.eclipse.jetty.http.MultiPartFormData.ContentSource
- All Implemented Interfaces:
Closeable,AutoCloseable,org.eclipse.jetty.io.Content.Source
- Enclosing class:
MultiPartFormData
The multipart/form-data specific content source.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.jetty.http.MultiPart.AbstractContentSource
addPart, close, demand, fail, getBoundary, getLength, getPartHeadersMaxLength, read, setPartHeadersMaxLengthMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.jetty.io.Content.Source
rewind
-
Constructor Details
-
ContentSource
-
-
Method Details
-
customizePartHeaders
- Overrides:
customizePartHeadersin classMultiPart.AbstractContentSource
-