Class Http2HeaderParsing.PathAndQuery$
java.lang.Object
org.apache.pekko.http.impl.engine.http2.hpack.Http2HeaderParsing.HeaderParser<scala.Tuple2<Uri.Path,scala.Option<String>>>
 
org.apache.pekko.http.impl.engine.http2.hpack.Http2HeaderParsing.PathAndQuery$
- Enclosing class:
- Http2HeaderParsing
public static class Http2HeaderParsing.PathAndQuery$
extends Http2HeaderParsing.HeaderParser<scala.Tuple2<Uri.Path,scala.Option<String>>> 
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Http2HeaderParsing.PathAndQuery$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.pekko.http.impl.engine.http2.hpack.Http2HeaderParsing.HeaderParserget, headerName
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
PathAndQuery$public PathAndQuery$()
 
- 
- 
Method Details- 
parsepublic scala.Tuple2<Uri.Path,scala.Option<String>> parse(String name, String value, ParserSettings parserSettings) - Specified by:
- parsein class- Http2HeaderParsing.HeaderParser<scala.Tuple2<Uri.Path,- scala.Option<String>>> 
 
 
-