Package akka.http.scaladsl.model
Class SslSessionInfo
java.lang.Object
akka.http.scaladsl.model.SslSessionInfo
- All Implemented Interfaces:
SslSessionInfo
,akka.stream.scaladsl.ScalaSessionAPI
public class SslSessionInfo
extends Object
implements SslSessionInfo, akka.stream.scaladsl.ScalaSessionAPI
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SslSessionInfo
apply
(SSLSession session) boolean
Java APIint
hashCode()
session()
static scala.Option<SSLSession>
unapply
(SslSessionInfo sslSession) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface akka.stream.scaladsl.ScalaSessionAPI
localCertificates, localPrincipal, peerCertificates, peerPrincipal
-
Constructor Details
-
SslSessionInfo
-
-
Method Details
-
apply
-
unapply
-
session
- Specified by:
session
in interfaceakka.stream.scaladsl.ScalaSessionAPI
-
getSession
Java API- Specified by:
getSession
in interfaceSslSessionInfo
- Returns:
- (undocumented)
-
equals
-
hashCode
public int hashCode()
-