Class RouteDirectives$
java.lang.Object
org.apache.pekko.http.scaladsl.server.directives.RouteDirectives$
- All Implemented Interfaces:
- RouteDirectives
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final RouteDirectives$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.http.scaladsl.server.directives.RouteDirectivescomplete, complete, complete, failWith, handle, handle, handle, handleSync, handleSync, handleSync, redirect, reject, reject
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
RouteDirectives$public RouteDirectives$()
 
-