Interface Multipart.FormData.BodyPart
- All Superinterfaces:
- Multipart.BodyPart
- All Known Subinterfaces:
- Multipart.FormData.BodyPart.Strict
- All Known Implementing Classes:
- Multipart.FormData$.BodyPart,- Multipart.FormData$.BodyPart$.Strict
- Enclosing interface:
- Multipart.FormData
- 
Nested Class SummaryNested Classes
- 
Method SummaryMethods inherited from interface org.apache.pekko.http.javadsl.model.Multipart.BodyPartgetContentDispositionHeader, getDispositionParams, getDispositionType, getEntity, getHeaders
- 
Method Details- 
getNameString getName()
- 
getAdditionalDispositionParams
- 
getAdditionalHeadersIterable<HttpHeader> getAdditionalHeaders()
- 
getFilename
- 
toStrictCompletionStage<Multipart.FormData.BodyPart.Strict> toStrict(long timeoutMillis, org.apache.pekko.stream.Materializer materializer) - Specified by:
- toStrictin interface- Multipart.BodyPart
 
 
-