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