Package akka.http.javadsl.model
Interface Multipart.FormData.Strict
-
- All Superinterfaces:
Multipart,Multipart.FormData,Multipart.Strict
- All Known Implementing Classes:
Multipart.FormData$.Strict
- Enclosing interface:
- Multipart.FormData
public static interface Multipart.FormData.Strict extends Multipart.FormData, Multipart.Strict
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface akka.http.javadsl.model.Multipart
Multipart.BodyPart, Multipart.ByteRanges, Multipart.FormData, Multipart.General, Multipart.Strict
-
Nested classes/interfaces inherited from interface akka.http.javadsl.model.Multipart.FormData
Multipart.FormData.BodyPart, Multipart.FormData.Strict
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description akka.stream.javadsl.Source<Multipart.FormData.BodyPart.Strict,java.lang.Object>getParts()java.lang.Iterable<? extends Multipart.FormData.BodyPart.Strict>getStrictParts()-
Methods inherited from interface akka.http.javadsl.model.Multipart
getMediaType
-
Methods inherited from interface akka.http.javadsl.model.Multipart.FormData
toStrict
-
Methods inherited from interface akka.http.javadsl.model.Multipart.Strict
toEntity, toEntity
-
-
-
-
Method Detail
-
getParts
akka.stream.javadsl.Source<Multipart.FormData.BodyPart.Strict,java.lang.Object> getParts()
- Specified by:
getPartsin interfaceMultipart- Specified by:
getPartsin interfaceMultipart.FormData- Specified by:
getPartsin interfaceMultipart.Strict
-
getStrictParts
java.lang.Iterable<? extends Multipart.FormData.BodyPart.Strict> getStrictParts()
- Specified by:
getStrictPartsin interfaceMultipart.Strict
-
-