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