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