Package akka.http.scaladsl.model
Class Multipart.BodyPart$
- java.lang.Object
-
- akka.http.scaladsl.model.Multipart.BodyPart$
-
- Enclosing interface:
- Multipart
public static class Multipart.BodyPart$ extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
Multipart.BodyPart$.Strict
AMultipart.BodyPart
whose entity has already been loaded in its entirety and is therefore full and readily available as aHttpEntity.Strict
.
-
Field Summary
Fields Modifier and Type Field Description static Multipart.BodyPart$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description BodyPart$()
-
-
-
Field Detail
-
MODULE$
public static final Multipart.BodyPart$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-