Package akka.http.javadsl.model
Interface Multipart.General.Strict
-
- All Superinterfaces:
Multipart
,Multipart.General
,Multipart.Strict
- All Known Implementing Classes:
Multipart.General$.Strict
- Enclosing interface:
- Multipart.General
public static interface Multipart.General.Strict extends Multipart.General, 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.General
Multipart.General.BodyPart, Multipart.General.Strict
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description akka.stream.javadsl.Source<Multipart.General.BodyPart.Strict,java.lang.Object>
getParts()
java.lang.Iterable<? extends Multipart.General.BodyPart.Strict>
getStrictParts()
-
Methods inherited from interface akka.http.javadsl.model.Multipart
getMediaType
-
Methods inherited from interface akka.http.javadsl.model.Multipart.General
toStrict
-
Methods inherited from interface akka.http.javadsl.model.Multipart.Strict
toEntity, toEntity
-
-
-
-
Method Detail
-
getParts
akka.stream.javadsl.Source<Multipart.General.BodyPart.Strict,java.lang.Object> getParts()
- Specified by:
getParts
in interfaceMultipart
- Specified by:
getParts
in interfaceMultipart.General
- Specified by:
getParts
in interfaceMultipart.Strict
-
getStrictParts
java.lang.Iterable<? extends Multipart.General.BodyPart.Strict> getStrictParts()
- Specified by:
getStrictParts
in interfaceMultipart.Strict
-
-