Package akka.http.scaladsl.model
Interface Multipart.BodyPart$.Strict
-
- All Superinterfaces:
Multipart.BodyPart
,Multipart.BodyPart
,Multipart.BodyPart.Strict
- Enclosing class:
- Multipart.BodyPart$
public static interface Multipart.BodyPart$.Strict extends Multipart.BodyPart, Multipart.BodyPart.Strict
AMultipart.BodyPart
whose entity has already been loaded in its entirety and is therefore full and readily available as aHttpEntity.Strict
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface akka.http.javadsl.model.Multipart.BodyPart
Multipart.BodyPart.Strict
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpEntity.Strict
entity()
The entity of the part.HttpEntity.Strict
getEntity()
Java API-
Methods inherited from interface akka.http.scaladsl.model.Multipart.BodyPart
contentDispositionHeader, dispositionParams, dispositionType, getContentDispositionHeader, getDispositionParams, getDispositionType, getHeaders, headers, toStrict, toStrict
-
-
-
-
Method Detail
-
entity
HttpEntity.Strict entity()
Description copied from interface:Multipart.BodyPart
The entity of the part.- Specified by:
entity
in interfaceMultipart.BodyPart
- Returns:
- (undocumented)
-
getEntity
HttpEntity.Strict getEntity()
Java API- Specified by:
getEntity
in interfaceMultipart.BodyPart
- Specified by:
getEntity
in interfaceMultipart.BodyPart
- Specified by:
getEntity
in interfaceMultipart.BodyPart.Strict
-
-