Class SchemeDirectives$
- java.lang.Object
-
- akka.http.scaladsl.server.directives.SchemeDirectives$
-
- All Implemented Interfaces:
SchemeDirectives
public class SchemeDirectives$ extends java.lang.Object implements SchemeDirectives
-
-
Field Summary
Fields Modifier and Type Field Description static SchemeDirectives$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description SchemeDirectives$()
-
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.SchemeDirectives
extractScheme, scheme
-
-
-
-
Field Detail
-
MODULE$
public static final SchemeDirectives$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-