Package akka.http.scaladsl.model
Class Multipart.ByteRanges$.BodyPart$
- java.lang.Object
-
- akka.http.scaladsl.model.Multipart.ByteRanges$.BodyPart$
-
- Enclosing class:
- Multipart.ByteRanges$
public static class Multipart.ByteRanges$.BodyPart$ extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Multipart.ByteRanges$.BodyPart$.Strict
StrictByteRanges.BodyPart
.static class
Multipart.ByteRanges$.BodyPart$.Strict$
-
Field Summary
Fields Modifier and Type Field Description static Multipart.ByteRanges$.BodyPart$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description BodyPart$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description akka.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 Detail
-
MODULE$
public static final Multipart.ByteRanges$.BodyPart$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
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,RangeUnit,scala.collection.immutable.Seq<HttpHeader>>> unapply(akka.http.scaladsl.model.Multipart.ByteRanges.BodyPart value)
-
-