Package akka.http.scaladsl.model
Class SslSessionInfo$
- java.lang.Object
-
- akka.http.scaladsl.model.SslSessionInfo$
-
public class SslSessionInfo$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static SslSessionInfo$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description SslSessionInfo$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SslSessionInfo
apply(javax.net.ssl.SSLSession session)
scala.Option<javax.net.ssl.SSLSession>
unapply(SslSessionInfo sslSession)
-
-
-
Field Detail
-
MODULE$
public static final SslSessionInfo$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public SslSessionInfo apply(javax.net.ssl.SSLSession session)
-
unapply
public scala.Option<javax.net.ssl.SSLSession> unapply(SslSessionInfo sslSession)
-
-