Package akka.http.javadsl.model
Interface Multipart.BodyPart.Strict
-
- All Superinterfaces:
Multipart.BodyPart
- All Known Subinterfaces:
Multipart.BodyPart$.Strict
,Multipart.ByteRanges.BodyPart.Strict
,Multipart.FormData.BodyPart.Strict
,Multipart.General.BodyPart.Strict
- All Known Implementing Classes:
Multipart.ByteRanges$.BodyPart$.Strict
,Multipart.FormData$.BodyPart$.Strict
,Multipart.General$.BodyPart$.Strict
- Enclosing interface:
- Multipart.BodyPart
public static interface Multipart.BodyPart.Strict extends Multipart.BodyPart
-
-
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
getEntity()
-
Methods inherited from interface akka.http.javadsl.model.Multipart.BodyPart
getContentDispositionHeader, getDispositionParams, getDispositionType, getHeaders, toStrict
-
-
-
-
Method Detail
-
getEntity
HttpEntity.Strict getEntity()
- Specified by:
getEntity
in interfaceMultipart.BodyPart
-
-