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