Package akka.http.scaladsl.model
Class HttpHeader.ParsingResult$
- java.lang.Object
-
- akka.http.scaladsl.model.HttpHeader.ParsingResult$
-
- Enclosing class:
- HttpHeader
public static class HttpHeader.ParsingResult$ extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHttpHeader.ParsingResult$.ErrorThe parsing run failed due to a fatal parsing error.static classHttpHeader.ParsingResult$.Error$static classHttpHeader.ParsingResult$.OkThe parsing run produced a result.static classHttpHeader.ParsingResult$.Ok$
-
Field Summary
Fields Modifier and Type Field Description static HttpHeader.ParsingResult$MODULE$Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ParsingResult$()
-
-
-
Field Detail
-
MODULE$
public static final HttpHeader.ParsingResult$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-