Package akka.http.javadsl.model
Interface Multipart.FormData.BodyPart.Strict
-
- All Superinterfaces:
Multipart.BodyPart
,Multipart.BodyPart.Strict
,Multipart.FormData.BodyPart
- All Known Implementing Classes:
Multipart.FormData$.BodyPart$.Strict
- Enclosing interface:
- Multipart.FormData.BodyPart
public static interface Multipart.FormData.BodyPart.Strict extends Multipart.FormData.BodyPart, Multipart.BodyPart.Strict
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface akka.http.javadsl.model.Multipart.BodyPart
Multipart.BodyPart.Strict
-
Nested classes/interfaces inherited from interface akka.http.javadsl.model.Multipart.FormData.BodyPart
Multipart.FormData.BodyPart.Strict
-
-
Method Summary
-
Methods inherited from interface akka.http.javadsl.model.Multipart.BodyPart
getContentDispositionHeader, getDispositionParams, getDispositionType, getHeaders
-
Methods inherited from interface akka.http.javadsl.model.Multipart.BodyPart.Strict
getEntity
-
Methods inherited from interface akka.http.javadsl.model.Multipart.FormData.BodyPart
getAdditionalDispositionParams, getAdditionalHeaders, getFilename, getName, toStrict
-
-