Package akka.http.impl.engine.parsing
Class SpecializedHeaderValueParsers$
- java.lang.Object
-
- akka.http.impl.engine.parsing.SpecializedHeaderValueParsers$
-
public class SpecializedHeaderValueParsers$ extends java.lang.Object
INTERNAL API
-
-
Field Summary
Fields Modifier and Type Field Description static SpecializedHeaderValueParsers$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description SpecializedHeaderValueParsers$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.collection.immutable.Seq<SpecializedHeaderValueParsers.ContentLengthParser$>
specializedHeaderValueParsers()
-
-
-
Field Detail
-
MODULE$
public static final SpecializedHeaderValueParsers$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
specializedHeaderValueParsers
public scala.collection.immutable.Seq<SpecializedHeaderValueParsers.ContentLengthParser$> specializedHeaderValueParsers()
-
-