Class Multipart.General$
java.lang.Object
org.apache.pekko.http.scaladsl.model.Multipart.General$
- Enclosing interface:
- Multipart
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBody part of theMultipart.Generalmodel.static classstatic classStrictGeneralmultipart content.static class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Multipart.General$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(MediaType.Multipart _mediaType, org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.http.scaladsl.model.Multipart.General.BodyPart, Object> _parts) org.apache.pekko.http.scaladsl.model.Multipart.General.Strictapply(MediaType.Multipart mediaType, scala.collection.immutable.Seq<org.apache.pekko.http.scaladsl.model.Multipart.General.BodyPart.Strict> parts) scala.Option<scala.Tuple2<MediaType.Multipart,org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.http.scaladsl.model.Multipart.General.BodyPart, Object>>> unapply(Multipart.General value)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
General$
public General$()
-
-
Method Details
-
apply
public org.apache.pekko.http.scaladsl.model.Multipart.General.Strict apply(MediaType.Multipart mediaType, scala.collection.immutable.Seq<org.apache.pekko.http.scaladsl.model.Multipart.General.BodyPart.Strict> parts) -
apply
public Multipart.General apply(MediaType.Multipart _mediaType, org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.http.scaladsl.model.Multipart.General.BodyPart, Object> _parts) -
unapply
public scala.Option<scala.Tuple2<MediaType.Multipart,org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.http.scaladsl.model.Multipart.General.BodyPart, unapplyObject>>> (Multipart.General value)
-