Class Multipart.ByteRanges$.BodyPart$.Strict
java.lang.Object
org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges.BodyPart
org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges$.BodyPart$.Strict
- All Implemented Interfaces:
Serializable,Multipart.BodyPart,Multipart.BodyPart.Strict,Multipart.ByteRanges.BodyPart,Multipart.ByteRanges.BodyPart.Strict,scala.Equals,scala.Product
- Enclosing class:
- Multipart.ByteRanges$.BodyPart$
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, Serializable
Strict
ByteRanges.BodyPart.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.pekko.http.javadsl.model.Multipart.BodyPart
Multipart.BodyPart.StrictNested classes/interfaces inherited from interface org.apache.pekko.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<org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges.BodyPart.Strict>toStrict(scala.concurrent.duration.FiniteDuration timeout, org.apache.pekko.stream.Materializer fm) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface org.apache.pekko.http.javadsl.model.Multipart.BodyPart
getContentDispositionHeader, getDispositionParams, getDispositionType, getHeadersMethods inherited from interface org.apache.pekko.http.javadsl.model.Multipart.BodyPart.Strict
getEntityMethods inherited from interface org.apache.pekko.http.javadsl.model.Multipart.ByteRanges.BodyPart
getAdditionalHeaders, getContentRange, getContentRangeHeader, getRangeUnit, toStrictMethods 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<org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges.BodyPart.Strict> toStrict(scala.concurrent.duration.FiniteDuration timeout, org.apache.pekko.stream.Materializer fm) -
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-