Class HttpHeaderParser.HeaderValueParser
java.lang.Object
org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser.HeaderValueParser
- Direct Known Subclasses:
- HttpHeaderParser.ModeledHeaderValueParser,- HttpHeaderParser.RawHeaderValueParser,- SpecializedHeaderValueParsers.ContentLengthParser$
- Enclosing class:
- HttpHeaderParser
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract scala.Tuple2<HttpHeader,Object> apply(HttpHeaderParser hhp, org.apache.pekko.util.ByteString input, int valueStart, scala.Function1<ErrorInfo, scala.runtime.BoxedUnit> onIllegalHeader) booleaninttoString()
- 
Constructor Details- 
HeaderValueParser
 
- 
- 
Method Details- 
applypublic abstract scala.Tuple2<HttpHeader,Object> apply(HttpHeaderParser hhp, org.apache.pekko.util.ByteString input, int valueStart, scala.Function1<ErrorInfo, scala.runtime.BoxedUnit> onIllegalHeader) 
- 
cachingEnabledpublic boolean cachingEnabled()
- 
headerName
- 
maxValueCountpublic int maxValueCount()
- 
toString
 
-