public static class Http2HeaderParsing.OtherHeader$ extends Http2HeaderParsing.HeaderParser<HttpHeader>
Modifier and Type | Field and Description |
---|---|
static Http2HeaderParsing.OtherHeader$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
OtherHeader$() |
Modifier and Type | Method and Description |
---|---|
HttpHeader |
parse(java.lang.String name,
java.lang.String value,
ParserSettings parserSettings) |
get, headerName
public static final Http2HeaderParsing.OtherHeader$ MODULE$
public HttpHeader parse(java.lang.String name, java.lang.String value, ParserSettings parserSettings)
parse
in class Http2HeaderParsing.HeaderParser<HttpHeader>