Class HttpHeaderParser.RawHeaderValueParser
java.lang.Object
org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser.HeaderValueParser
org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser.RawHeaderValueParser
- Enclosing class:
- HttpHeaderParser
public static class HttpHeaderParser.RawHeaderValueParser
extends HttpHeaderParser.HeaderValueParser
- 
Constructor SummaryConstructorsConstructorDescriptionRawHeaderValueParser(String headerName, int maxHeaderValueLength, int maxValueCount, org.apache.pekko.event.LoggingAdapter log, ParserSettings.IllegalResponseHeaderValueProcessingMode mode) 
- 
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
- 
Constructor Details- 
RawHeaderValueParserpublic RawHeaderValueParser(String headerName, int maxHeaderValueLength, int maxValueCount, org.apache.pekko.event.LoggingAdapter log, ParserSettings.IllegalResponseHeaderValueProcessingMode mode) 
 
- 
- 
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
 
 
-