public static class SpecializedHeaderValueParsers.ContentLengthParser$ extends HttpHeaderParser.HeaderValueParser
| Modifier and Type | Field and Description | 
|---|---|
| static SpecializedHeaderValueParsers.ContentLengthParser$ | MODULE$Static reference to the singleton instance of this Scala object. | 
| Constructor and Description | 
|---|
| ContentLengthParser$() | 
| Modifier and Type | Method and Description | 
|---|---|
| scala.Tuple2<HttpHeader,java.lang.Object> | apply(HttpHeaderParser hhp,
     org.apache.pekko.util.ByteString input,
     int valueStart,
     scala.Function1<ErrorInfo,scala.runtime.BoxedUnit> onIllegalHeader) | 
cachingEnabled, headerName, maxValueCount, toStringpublic static final SpecializedHeaderValueParsers.ContentLengthParser$ MODULE$
public scala.Tuple2<HttpHeader,java.lang.Object> apply(HttpHeaderParser hhp, org.apache.pekko.util.ByteString input, int valueStart, scala.Function1<ErrorInfo,scala.runtime.BoxedUnit> onIllegalHeader)
apply in class HttpHeaderParser.HeaderValueParser