public static class Multipart.General$
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Multipart.General$.BodyPart
Body part of the
Multipart.General model. |
static class |
Multipart.General$.BodyPart$ |
static class |
Multipart.General$.Strict
Strict
Multipart.General multipart content. |
static class |
Multipart.General$.Strict$ |
Modifier and Type | Field and Description |
---|---|
static Multipart.General$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
General$() |
Modifier and Type | Method and Description |
---|---|
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) |
Multipart.General |
apply(MediaType.Multipart _mediaType,
org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.http.scaladsl.model.Multipart.General.BodyPart,java.lang.Object> _parts) |
scala.Option<scala.Tuple2<MediaType.Multipart,org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.http.scaladsl.model.Multipart.General.BodyPart,java.lang.Object>>> |
unapply(Multipart.General value) |
public static final Multipart.General$ MODULE$
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)
public Multipart.General apply(MediaType.Multipart _mediaType, org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.http.scaladsl.model.Multipart.General.BodyPart,java.lang.Object> _parts)
public scala.Option<scala.Tuple2<MediaType.Multipart,org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.http.scaladsl.model.Multipart.General.BodyPart,java.lang.Object>>> unapply(Multipart.General value)