Class Http2HeaderParsing$
java.lang.Object
akka.http.impl.engine.http2.hpack.Http2HeaderParsing$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Http2HeaderParsing$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparse
(String name, String value, ParserSettings parserSettings) scala.collection.immutable.Map<String,
Http2HeaderParsing.HeaderParser<Object>> Parsers()
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Http2HeaderParsing$
public Http2HeaderParsing$()
-
-
Method Details
-
Parsers
-
parse
-