public class HttpHeaderParser$
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static HttpHeaderParser$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
HttpHeaderParser$() |
Modifier and Type | Method and Description |
---|---|
HttpHeaderParser |
apply(HttpHeaderParser.Settings settings,
org.apache.pekko.event.LoggingAdapter log) |
scala.Function1<ErrorInfo,scala.runtime.BoxedUnit> |
defaultIllegalHeaderHandler(HttpHeaderParser.Settings settings,
org.apache.pekko.event.LoggingAdapter log) |
scala.runtime.Nothing$ |
fail(java.lang.String summary,
StatusCode status) |
void |
insert(HttpHeaderParser parser,
org.apache.pekko.util.ByteString input,
java.lang.Object value) |
void |
insertRemainingCharsAsNewNodes(HttpHeaderParser parser,
org.apache.pekko.util.ByteString input,
java.lang.Object value) |
HttpHeaderParser |
prime(HttpHeaderParser parser) |
char |
toLowerCase(char c)
Efficiently lower-cases the given character.
|
HttpHeaderParser |
unprimed(HttpHeaderParser.Settings settings,
org.apache.pekko.event.LoggingAdapter log,
scala.Function1<ErrorInfo,scala.runtime.BoxedUnit> warnOnIllegalHeader) |
public static final HttpHeaderParser$ MODULE$
public HttpHeaderParser apply(HttpHeaderParser.Settings settings, org.apache.pekko.event.LoggingAdapter log)
public scala.Function1<ErrorInfo,scala.runtime.BoxedUnit> defaultIllegalHeaderHandler(HttpHeaderParser.Settings settings, org.apache.pekko.event.LoggingAdapter log)
public HttpHeaderParser unprimed(HttpHeaderParser.Settings settings, org.apache.pekko.event.LoggingAdapter log, scala.Function1<ErrorInfo,scala.runtime.BoxedUnit> warnOnIllegalHeader)
public HttpHeaderParser prime(HttpHeaderParser parser)
public void insert(HttpHeaderParser parser, org.apache.pekko.util.ByteString input, java.lang.Object value)
public void insertRemainingCharsAsNewNodes(HttpHeaderParser parser, org.apache.pekko.util.ByteString input, java.lang.Object value)
public scala.runtime.Nothing$ fail(java.lang.String summary, StatusCode status)
public char toLowerCase(char c)
c
- (undocumented)