Package akka.http.impl.engine.parsing
Class HttpHeaderParser.RawHeaderValueParser
- java.lang.Object
-
- akka.http.impl.engine.parsing.HttpHeaderParser.HeaderValueParser
-
- akka.http.impl.engine.parsing.HttpHeaderParser.RawHeaderValueParser
-
- Enclosing class:
- HttpHeaderParser
public static class HttpHeaderParser.RawHeaderValueParser extends HttpHeaderParser.HeaderValueParser
-
-
Constructor Summary
Constructors Constructor Description RawHeaderValueParser(java.lang.String headerName, int maxHeaderValueLength, int maxValueCount, akka.event.LoggingAdapter log, ParserSettings.IllegalResponseHeaderValueProcessingMode mode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.Tuple2<HttpHeader,java.lang.Object>
apply(HttpHeaderParser hhp, akka.util.ByteString input, int valueStart, scala.Function1<ErrorInfo,scala.runtime.BoxedUnit> onIllegalHeader)
-
Methods inherited from class akka.http.impl.engine.parsing.HttpHeaderParser.HeaderValueParser
cachingEnabled, headerName, maxValueCount, toString
-
-
-
-
Constructor Detail
-
RawHeaderValueParser
public RawHeaderValueParser(java.lang.String headerName, int maxHeaderValueLength, int maxValueCount, akka.event.LoggingAdapter log, ParserSettings.IllegalResponseHeaderValueProcessingMode mode)
-
-
Method Detail
-
apply
public scala.Tuple2<HttpHeader,java.lang.Object> apply(HttpHeaderParser hhp, akka.util.ByteString input, int valueStart, scala.Function1<ErrorInfo,scala.runtime.BoxedUnit> onIllegalHeader)
- Specified by:
apply
in classHttpHeaderParser.HeaderValueParser
-
-