Package akka.http.scaladsl.model
Class Multipart.General$.BodyPart$
java.lang.Object
akka.http.scaladsl.model.Multipart.General$.BodyPart$
- Enclosing class:
- Multipart.General$
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
StrictGeneral.BodyPart
.static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Multipart.General$.BodyPart$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionakka.http.scaladsl.model.Multipart.General.BodyPart
apply
(BodyPartEntity _entity, scala.collection.immutable.Seq<HttpHeader> _headers) scala.Option<scala.Tuple2<BodyPartEntity,
scala.collection.immutable.Seq<HttpHeader>>> unapply
(akka.http.scaladsl.model.Multipart.General.BodyPart value)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
BodyPart$
public BodyPart$()
-
-
Method Details
-
apply
public akka.http.scaladsl.model.Multipart.General.BodyPart apply(BodyPartEntity _entity, scala.collection.immutable.Seq<HttpHeader> _headers) -
unapply
public scala.Option<scala.Tuple2<BodyPartEntity,scala.collection.immutable.Seq<HttpHeader>>> unapply(akka.http.scaladsl.model.Multipart.General.BodyPart value)
-