Class Multipart.ByteRanges$
java.lang.Object
org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges$
- Enclosing interface:
- Multipart
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classBody part of theMultipart.ByteRangesmodel.static classstatic classStrictByteRanges.static class
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Multipart.ByteRanges$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.Strictapply(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- 
applypublic 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) 
- 
applypublic Multipart.ByteRanges apply(org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges.BodyPart, Object> _parts) 
 
-