Package akka.http.impl.engine.parsing
Class SpecializedHeaderValueParsers.ContentLengthParser$
- java.lang.Object
-
- akka.http.impl.engine.parsing.HttpHeaderParser.HeaderValueParser
-
- akka.http.impl.engine.parsing.SpecializedHeaderValueParsers.ContentLengthParser$
-
- Enclosing class:
- SpecializedHeaderValueParsers
public static class SpecializedHeaderValueParsers.ContentLengthParser$ extends HttpHeaderParser.HeaderValueParser
-
-
Field Summary
Fields Modifier and Type Field Description static SpecializedHeaderValueParsers.ContentLengthParser$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ContentLengthParser$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.Tuple2<HttpHeader,java.lang.Object>
apply(HttpHeaderParser hhp, akka.util.ByteString input, int valueStart, scala.Function1<ErrorInfo,scala.runtime.BoxedUnit> onIllegalHeader)
-
Methods inherited from class akka.http.impl.engine.parsing.HttpHeaderParser.HeaderValueParser
cachingEnabled, headerName, maxValueCount, toString
-
-
-
-
Field Detail
-
MODULE$
public static final SpecializedHeaderValueParsers.ContentLengthParser$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public scala.Tuple2<HttpHeader,java.lang.Object> apply(HttpHeaderParser hhp, akka.util.ByteString input, int valueStart, scala.Function1<ErrorInfo,scala.runtime.BoxedUnit> onIllegalHeader)
- Specified by:
apply
in classHttpHeaderParser.HeaderValueParser
-
-