public static class Multipart.ByteRanges$.BodyPart$.Strict extends org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges.BodyPart implements Multipart.BodyPart.Strict, Multipart.ByteRanges.BodyPart.Strict, scala.Product, java.io.Serializable
ByteRanges.BodyPart
.Multipart.ByteRanges.BodyPart.Strict
Constructor and Description |
---|
Strict(ContentRange contentRange,
HttpEntity.Strict entity,
RangeUnit rangeUnit,
scala.collection.immutable.Seq<HttpHeader> additionalHeaders) |
Modifier and Type | Method and Description |
---|---|
scala.collection.immutable.Seq<HttpHeader> |
additionalHeaders() |
ContentRange |
contentRange() |
HttpEntity.Strict |
entity() |
java.lang.String |
productPrefix() |
RangeUnit |
rangeUnit() |
scala.concurrent.Future<org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges.BodyPart.Strict> |
toStrict(scala.concurrent.duration.FiniteDuration timeout,
org.apache.pekko.stream.Materializer fm) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAdditionalHeaders, getContentRange, getContentRangeHeader, getRangeUnit, toStrict
getEntity
getContentDispositionHeader, getDispositionParams, getDispositionType, getHeaders
public Strict(ContentRange contentRange, HttpEntity.Strict entity, RangeUnit rangeUnit, scala.collection.immutable.Seq<HttpHeader> additionalHeaders)
public ContentRange contentRange()
public HttpEntity.Strict entity()
public RangeUnit rangeUnit()
public scala.collection.immutable.Seq<HttpHeader> additionalHeaders()
public scala.concurrent.Future<org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges.BodyPart.Strict> toStrict(scala.concurrent.duration.FiniteDuration timeout, org.apache.pekko.stream.Materializer fm)
public java.lang.String productPrefix()
productPrefix
in interface scala.Product