Class Multipart.General$.BodyPart$.Strict
java.lang.Object
org.apache.pekko.http.scaladsl.model.Multipart.General.BodyPart
org.apache.pekko.http.scaladsl.model.Multipart.General$.BodyPart$.Strict
- All Implemented Interfaces:
- Serializable,- Multipart.BodyPart,- Multipart.BodyPart.Strict,- Multipart.General.BodyPart,- Multipart.General.BodyPart.Strict,- scala.Equals,- scala.Product
- Enclosing class:
- Multipart.General$.BodyPart$
public static class Multipart.General$.BodyPart$.Strict
extends org.apache.pekko.http.scaladsl.model.Multipart.General.BodyPart
implements Multipart.BodyPart.Strict, Multipart.General.BodyPart.Strict, scala.Product, Serializable
Strict 
General.BodyPart.- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.apache.pekko.http.javadsl.model.Multipart.BodyPartMultipart.BodyPart.StrictNested classes/interfaces inherited from interface org.apache.pekko.http.javadsl.model.Multipart.General.BodyPartMultipart.General.BodyPart.Strict
- 
Constructor SummaryConstructorsConstructorDescriptionStrict(HttpEntity.Strict entity, scala.collection.immutable.Seq<HttpHeader> headers) 
- 
Method SummaryModifier and TypeMethodDescriptionentity()scala.collection.immutable.Seq<HttpHeader>headers()scala.util.Try<org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges.BodyPart.Strict>scala.util.Try<org.apache.pekko.http.scaladsl.model.Multipart.FormData.BodyPart.Strict>scala.concurrent.Future<org.apache.pekko.http.scaladsl.model.Multipart.General.BodyPart.Strict>toStrict(scala.concurrent.duration.FiniteDuration timeout, org.apache.pekko.stream.Materializer fm) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface org.apache.pekko.http.javadsl.model.Multipart.BodyPartgetContentDispositionHeader, getDispositionParams, getDispositionType, getHeadersMethods inherited from interface org.apache.pekko.http.javadsl.model.Multipart.BodyPart.StrictgetEntityMethods inherited from interface org.apache.pekko.http.javadsl.model.Multipart.General.BodyParttoStrictMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator
- 
Constructor Details- 
Strict
 
- 
- 
Method Details- 
entity
- 
headers
- 
toStrictpublic scala.concurrent.Future<org.apache.pekko.http.scaladsl.model.Multipart.General.BodyPart.Strict> toStrict(scala.concurrent.duration.FiniteDuration timeout, org.apache.pekko.stream.Materializer fm) 
- 
toFormDataBodyPartpublic scala.util.Try<org.apache.pekko.http.scaladsl.model.Multipart.FormData.BodyPart.Strict> toFormDataBodyPart()
- 
toByteRangesBodyPartpublic scala.util.Try<org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges.BodyPart.Strict> toByteRangesBodyPart()
- 
productPrefix- Specified by:
- productPrefixin interface- scala.Product
 
 
-