Class HttpHeaderParserSpec.TestSetupMode.Default$
java.lang.Object
org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserSpec.TestSetupMode.Default$
- All Implemented Interfaces:
Serializable
,HttpHeaderParserSpec.TestSetupMode
,scala.Equals
,scala.Product
- Enclosing interface:
- HttpHeaderParserSpec.TestSetupMode
public static class HttpHeaderParserSpec.TestSetupMode.Default$
extends Object
implements HttpHeaderParserSpec.TestSetupMode, scala.Product, Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserSpec.TestSetupMode
HttpHeaderParserSpec.TestSetupMode.Default$, HttpHeaderParserSpec.TestSetupMode.Primed$, HttpHeaderParserSpec.TestSetupMode.Unprimed$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HttpHeaderParserSpec.TestSetupMode.Default$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Default$
public Default$()
-