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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic SslSessionInfoapply(SSLSession session) booleanJava APIinthashCode()session()static scala.Option<SSLSession>unapply(SslSessionInfo sslSession) Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.stream.scaladsl.ScalaSessionAPIlocalCertificates, localPrincipal, peerCertificates, peerPrincipal
- 
Constructor Details- 
SslSessionInfo
 
- 
- 
Method Details- 
apply
- 
unapply
- 
session- Specified by:
- sessionin interface- org.apache.pekko.stream.scaladsl.ScalaSessionAPI
 
- 
getSessionJava API- Specified by:
- getSessionin interface- SslSessionInfo
- Returns:
- (undocumented)
 
- 
equals
- 
hashCodepublic int hashCode()
 
-