Class Multipart.General$
java.lang.Object
org.apache.pekko.http.scaladsl.model.Multipart.General$
- Enclosing interface:
- Multipart
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classBody part of theMultipart.Generalmodel.static classstatic classStrictGeneralmultipart content.static class
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Multipart.General$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
applypublic 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) 
- 
applypublic Multipart.General apply(MediaType.Multipart _mediaType, org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.http.scaladsl.model.Multipart.General.BodyPart, Object> _parts) 
- 
unapplypublic 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) 
 
-