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 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.General.BodyPart
Multipart.General.BodyPart.Strict -
Constructor Summary
ConstructorsConstructorDescriptionStrict(HttpEntity.Strict entity, scala.collection.immutable.Seq<HttpHeader> headers) -
Method Summary
Modifier 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.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.General.BodyPart
toStrictMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator
-
Constructor Details
-
Strict
-
-
Method Details
-
entity
-
headers
-
toStrict
public 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) -
toFormDataBodyPart
public scala.util.Try<org.apache.pekko.http.scaladsl.model.Multipart.FormData.BodyPart.Strict> toFormDataBodyPart() -
toByteRangesBodyPart
public scala.util.Try<org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges.BodyPart.Strict> toByteRangesBodyPart() -
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-