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