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