Class Http2HeaderParsing.Verbatim
java.lang.Object
org.apache.pekko.http.impl.engine.http2.hpack.Http2HeaderParsing.HeaderParser<String>
org.apache.pekko.http.impl.engine.http2.hpack.Http2HeaderParsing.Verbatim
- Direct Known Subclasses:
- Http2HeaderParsing.ContentLength$,- Http2HeaderParsing.Cookie$,- Http2HeaderParsing.Scheme$
- Enclosing class:
- Http2HeaderParsing
public abstract static class Http2HeaderParsing.Verbatim
extends Http2HeaderParsing.HeaderParser<String>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionparse(String name, String value, ParserSettings parserSettings) Methods inherited from class org.apache.pekko.http.impl.engine.http2.hpack.Http2HeaderParsing.HeaderParserget, headerName
- 
Constructor Details- 
Verbatim
 
- 
- 
Method Details- 
parse- Specified by:
- parsein class- Http2HeaderParsing.HeaderParser<String>
 
 
-