Package akka.http.scaladsl.model
Class Multipart.BodyPart$
java.lang.Object
akka.http.scaladsl.model.Multipart.BodyPart$
- Enclosing interface:
- Multipart
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
AMultipart.BodyPart
whose entity has already been loaded in its entirety and is therefore full and readily available as aHttpEntity.Strict
. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Multipart.BodyPart$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
BodyPart$
public BodyPart$()
-