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