Class Multipart.ByteRanges$
java.lang.Object
org.apache.pekko.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
(org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges.BodyPart, Object> _parts) org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges.Strict
apply
(scala.collection.immutable.Seq<org.apache.pekko.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 org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges.Strict apply(scala.collection.immutable.Seq<org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges.BodyPart.Strict> parts) -
apply
public Multipart.ByteRanges apply(org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges.BodyPart, Object> _parts)
-