Package akka.http.scaladsl.model
Class Multipart.ByteRanges$
java.lang.Object
akka.http.scaladsl.model.Multipart.ByteRanges$
- Enclosing interface:
- Multipart
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Body part of theMultipart.ByteRanges
model.static class
static class
StrictByteRanges
.static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Multipart.ByteRanges$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply
(akka.stream.scaladsl.Source<akka.http.scaladsl.model.Multipart.ByteRanges.BodyPart, Object> _parts) akka.http.scaladsl.model.Multipart.ByteRanges.Strict
apply
(scala.collection.immutable.Seq<akka.http.scaladsl.model.Multipart.ByteRanges.BodyPart.Strict> parts)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ByteRanges$
public ByteRanges$()
-
-
Method Details
-
apply
public akka.http.scaladsl.model.Multipart.ByteRanges.Strict apply(scala.collection.immutable.Seq<akka.http.scaladsl.model.Multipart.ByteRanges.BodyPart.Strict> parts) -
apply
public Multipart.ByteRanges apply(akka.stream.scaladsl.Source<akka.http.scaladsl.model.Multipart.ByteRanges.BodyPart, Object> _parts)
-