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