Class SpecializedHeaderValueParsers.ContentLengthParser$
java.lang.Object
org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser.HeaderValueParser
org.apache.pekko.http.impl.engine.parsing.SpecializedHeaderValueParsers.ContentLengthParser$
- Enclosing class:
- SpecializedHeaderValueParsers
public static class SpecializedHeaderValueParsers.ContentLengthParser$
extends HttpHeaderParser.HeaderValueParser
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final SpecializedHeaderValueParsers.ContentLengthParser$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionscala.Tuple2<HttpHeader,Object> apply(HttpHeaderParser hhp, org.apache.pekko.util.ByteString input, int valueStart, scala.Function1<ErrorInfo, scala.runtime.BoxedUnit> onIllegalHeader) Methods inherited from class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser.HeaderValueParsercachingEnabled, headerName, maxValueCount, toString
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
ContentLengthParser$public ContentLengthParser$()
 
- 
- 
Method Details- 
applypublic scala.Tuple2<HttpHeader,Object> apply(HttpHeaderParser hhp, org.apache.pekko.util.ByteString input, int valueStart, scala.Function1<ErrorInfo, scala.runtime.BoxedUnit> onIllegalHeader) - Specified by:
- applyin class- HttpHeaderParser.HeaderValueParser
 
 
-