Class Http2HeaderParsing.Method$
- java.lang.Object
-
- akka.http.impl.engine.http2.hpack.Http2HeaderParsing.HeaderParser<HttpMethod>
-
- akka.http.impl.engine.http2.hpack.Http2HeaderParsing.Method$
-
- Enclosing class:
- Http2HeaderParsing
public static class Http2HeaderParsing.Method$ extends Http2HeaderParsing.HeaderParser<HttpMethod>
-
-
Field Summary
Fields Modifier and Type Field Description static Http2HeaderParsing.Method$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Method$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpMethod
parse(java.lang.String name, java.lang.String value, ParserSettings parserSettings)
-
Methods inherited from class akka.http.impl.engine.http2.hpack.Http2HeaderParsing.HeaderParser
get, headerName
-
-
-
-
Field Detail
-
MODULE$
public static final Http2HeaderParsing.Method$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
parse
public HttpMethod parse(java.lang.String name, java.lang.String value, ParserSettings parserSettings)
- Specified by:
parse
in classHttp2HeaderParsing.HeaderParser<HttpMethod>
-
-