Package akka.http.javadsl.model
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
public static interface Multipart.General.BodyPart extends Multipart.BodyPart
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
Multipart.General.BodyPart.Strict
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.concurrent.CompletionStage<Multipart.General.BodyPart.Strict>
toStrict(long timeoutMillis, akka.stream.Materializer materializer)
-
Methods inherited from interface akka.http.javadsl.model.Multipart.BodyPart
getContentDispositionHeader, getDispositionParams, getDispositionType, getEntity, getHeaders
-
-
-
-
Method Detail
-
toStrict
java.util.concurrent.CompletionStage<Multipart.General.BodyPart.Strict> toStrict(long timeoutMillis, akka.stream.Materializer materializer)
- Specified by:
toStrict
in interfaceMultipart.BodyPart
-
-