Package akka.http.impl.engine.parsing
Class BodyPartParser$
- java.lang.Object
-
- akka.http.impl.engine.parsing.BodyPartParser$
-
public class BodyPartParser$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static BodyPartParser$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description BodyPartParser$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description akka.parboiled2.CharPredicate
boundaryChar()
-
-
-
Field Detail
-
MODULE$
public static final BodyPartParser$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-