Class Multipart.ByteRanges$.BodyPart$
java.lang.Object
org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges$.BodyPart$
- Enclosing class:
- Multipart.ByteRanges$
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classStrictByteRanges.BodyPart.static class
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Multipart.ByteRanges$.BodyPart$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.apache.pekko.http.scaladsl.model.Multipart.ByteRanges.BodyPartapply(ContentRange _contentRange, BodyPartEntity _entity, RangeUnit _rangeUnit, scala.collection.immutable.Seq<HttpHeader> _additionalHeaders) scala.Option<scala.Tuple4<ContentRange,BodyPartEntity, RangeUnit, scala.collection.immutable.Seq<HttpHeader>>> unapply(org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges.BodyPart value) 
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
BodyPart$public BodyPart$()
 
- 
- 
Method Details- 
applypublic org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges.BodyPart apply(ContentRange _contentRange, BodyPartEntity _entity, RangeUnit _rangeUnit, scala.collection.immutable.Seq<HttpHeader> _additionalHeaders) 
- 
unapplypublic scala.Option<scala.Tuple4<ContentRange,BodyPartEntity, unapplyRangeUnit, scala.collection.immutable.Seq<HttpHeader>>> (org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges.BodyPart value) 
 
-