Package akka.http.impl.model.parser
Class HeaderParser.RuleNotFound$
- java.lang.Object
-
- akka.http.impl.model.parser.HeaderParser.RuleNotFound$
-
- All Implemented Interfaces:
HeaderParser.Result
,java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- HeaderParser
public static class HeaderParser.RuleNotFound$ extends java.lang.Object implements HeaderParser.Result, scala.Product, java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static HeaderParser.RuleNotFound$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description RuleNotFound$()
-
-
-
Field Detail
-
MODULE$
public static final HeaderParser.RuleNotFound$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-