Interface Multipart.General.BodyPart
- All Superinterfaces:
Multipart.BodyPart
- All Known Subinterfaces:
Multipart.General.BodyPart.Strict
- All Known Implementing Classes:
Multipart.General$.BodyPart
,Multipart.General$.BodyPart$.Strict
- Enclosing interface:
- Multipart.General
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiontoStrict
(long timeoutMillis, org.apache.pekko.stream.Materializer materializer) Methods inherited from interface org.apache.pekko.http.javadsl.model.Multipart.BodyPart
getContentDispositionHeader, getDispositionParams, getDispositionType, getEntity, getHeaders
-
Method Details
-
toStrict
CompletionStage<Multipart.General.BodyPart.Strict> toStrict(long timeoutMillis, org.apache.pekko.stream.Materializer materializer) - Specified by:
toStrict
in interfaceMultipart.BodyPart
-