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