Class Multipart.FormData$.BodyPart$.Strict
java.lang.Object
org.apache.pekko.http.scaladsl.model.Multipart.FormData.BodyPart
org.apache.pekko.http.scaladsl.model.Multipart.FormData$.BodyPart$.Strict
- All Implemented Interfaces:
- Serializable,- Multipart.BodyPart,- Multipart.BodyPart.Strict,- Multipart.FormData.BodyPart,- Multipart.FormData.BodyPart.Strict,- scala.Equals,- scala.Product
- Enclosing class:
- Multipart.FormData$.BodyPart$
public static class Multipart.FormData$.BodyPart$.Strict
extends org.apache.pekko.http.scaladsl.model.Multipart.FormData.BodyPart
implements Multipart.BodyPart.Strict, Multipart.FormData.BodyPart.Strict, scala.Product, Serializable
Strict 
FormData.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.FormData.BodyPartMultipart.FormData.BodyPart.Strict
- 
Constructor SummaryConstructorsConstructorDescriptionStrict(String name, HttpEntity.Strict entity, scala.collection.immutable.Map<String, String> additionalDispositionParams, scala.collection.immutable.Seq<HttpHeader> additionalHeaders) 
- 
Method SummaryModifier and TypeMethodDescriptionscala.collection.immutable.Seq<HttpHeader>entity()name()scala.concurrent.Future<org.apache.pekko.http.scaladsl.model.Multipart.FormData.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.FormData.BodyPartgetAdditionalDispositionParams, getAdditionalHeaders, getFilename, getName, toStrictMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator
- 
Constructor Details- 
Strictpublic Strict(String name, HttpEntity.Strict entity, scala.collection.immutable.Map<String, String> additionalDispositionParams, scala.collection.immutable.Seq<HttpHeader> additionalHeaders) 
 
- 
- 
Method Details- 
name
- 
entity
- 
additionalDispositionParams
- 
additionalHeaders
- 
toStrictpublic scala.concurrent.Future<org.apache.pekko.http.scaladsl.model.Multipart.FormData.BodyPart.Strict> toStrict(scala.concurrent.duration.FiniteDuration timeout, org.apache.pekko.stream.Materializer fm) 
- 
productPrefix- Specified by:
- productPrefixin interface- scala.Product
 
 
-