Class HostDirectives$
- java.lang.Object
-
- akka.http.scaladsl.server.directives.HostDirectives$
-
- All Implemented Interfaces:
HostDirectives
public class HostDirectives$ extends java.lang.Object implements HostDirectives
-
-
Field Summary
Fields Modifier and Type Field Description static HostDirectives$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description HostDirectives$()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface akka.http.scaladsl.server.directives.HostDirectives
extractHost, host, host, host
-
-
-
-
Field Detail
-
MODULE$
public static final HostDirectives$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-