Package akka.http.scaladsl.model.headers
Class EmptyCompanion$
- java.lang.Object
-
- akka.http.scaladsl.model.headers.ModeledCompanion<EmptyHeader$>
-
- akka.http.scaladsl.model.headers.EmptyCompanion$
-
- All Implemented Interfaces:
Renderable
public class EmptyCompanion$ extends ModeledCompanion<EmptyHeader$>
INTERNAL API
-
-
Field Summary
Fields Modifier and Type Field Description static EmptyCompanion$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description EmptyCompanion$()
-
Method Summary
-
Methods inherited from class akka.http.scaladsl.model.headers.ModeledCompanion
lowercaseName, name, nameFromClass, parseFromValueString, render
-
-
-
-
Field Detail
-
MODULE$
public static final EmptyCompanion$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-