Package akka.http.scaladsl.model
Class Multipart.ByteRanges$.BodyPart$.Strict
java.lang.Object
akka.http.scaladsl.model.Multipart.ByteRanges.BodyPart
akka.http.scaladsl.model.Multipart.ByteRanges$.BodyPart$.Strict
- All Implemented Interfaces:
Multipart.BodyPart
,Multipart.BodyPart.Strict
,Multipart.ByteRanges.BodyPart
,Multipart.ByteRanges.BodyPart.Strict
,Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- Multipart.ByteRanges$.BodyPart$
public static class Multipart.ByteRanges$.BodyPart$.Strict
extends akka.http.scaladsl.model.Multipart.ByteRanges.BodyPart
implements Multipart.BodyPart.Strict, Multipart.ByteRanges.BodyPart.Strict, scala.Product, Serializable
Strict
ByteRanges.BodyPart
.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface akka.http.javadsl.model.Multipart.BodyPart
Multipart.BodyPart.Strict
Nested classes/interfaces inherited from interface akka.http.javadsl.model.Multipart.ByteRanges.BodyPart
Multipart.ByteRanges.BodyPart.Strict
-
Constructor Summary
ConstructorsConstructorDescriptionStrict
(ContentRange contentRange, HttpEntity.Strict entity, RangeUnit rangeUnit, scala.collection.immutable.Seq<HttpHeader> additionalHeaders) -
Method Summary
Modifier and TypeMethodDescriptionscala.collection.immutable.Seq<HttpHeader>
entity()
scala.concurrent.Future<akka.http.scaladsl.model.Multipart.ByteRanges.BodyPart.Strict>
toStrict
(scala.concurrent.duration.FiniteDuration timeout, akka.stream.Materializer fm) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface akka.http.javadsl.model.Multipart.BodyPart
getContentDispositionHeader, getDispositionParams, getDispositionType, getHeaders
Methods inherited from interface akka.http.javadsl.model.Multipart.BodyPart.Strict
getEntity
Methods inherited from interface akka.http.javadsl.model.Multipart.ByteRanges.BodyPart
getAdditionalHeaders, getContentRange, getContentRangeHeader, getRangeUnit, toStrict
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator
-
Constructor Details
-
Strict
public Strict(ContentRange contentRange, HttpEntity.Strict entity, RangeUnit rangeUnit, scala.collection.immutable.Seq<HttpHeader> additionalHeaders)
-
-
Method Details
-
contentRange
-
entity
-
rangeUnit
-
additionalHeaders
-
toStrict
public scala.concurrent.Future<akka.http.scaladsl.model.Multipart.ByteRanges.BodyPart.Strict> toStrict(scala.concurrent.duration.FiniteDuration timeout, akka.stream.Materializer fm) -
productPrefix
- Specified by:
productPrefix
in interfacescala.Product
-