public static class HttpHeaderParser.RawHeaderValueParser extends HttpHeaderParser.HeaderValueParser
Constructor and Description |
---|
RawHeaderValueParser(java.lang.String headerName,
int maxHeaderValueLength,
int maxValueCount,
org.apache.pekko.event.LoggingAdapter log,
ParserSettings.IllegalResponseHeaderValueProcessingMode mode) |
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, toString
public RawHeaderValueParser(java.lang.String headerName, int maxHeaderValueLength, int maxValueCount, org.apache.pekko.event.LoggingAdapter log, ParserSettings.IllegalResponseHeaderValueProcessingMode mode)
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