Package akka.http.scaladsl.model
Class Multipart.ByteRanges$.BodyPart$
java.lang.Object
akka.http.scaladsl.model.Multipart.ByteRanges$.BodyPart$
- Enclosing class:
- Multipart.ByteRanges$
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
StrictByteRanges.BodyPart
.static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Multipart.ByteRanges$.BodyPart$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionakka.http.scaladsl.model.Multipart.ByteRanges.BodyPart
apply
(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
(akka.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
-
apply
public akka.http.scaladsl.model.Multipart.ByteRanges.BodyPart apply(ContentRange _contentRange, BodyPartEntity _entity, RangeUnit _rangeUnit, scala.collection.immutable.Seq<HttpHeader> _additionalHeaders) -
unapply
public scala.Option<scala.Tuple4<ContentRange,BodyPartEntity, unapplyRangeUnit, scala.collection.immutable.Seq<HttpHeader>>> (akka.http.scaladsl.model.Multipart.ByteRanges.BodyPart value)
-