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