Package akka.remote.artery.tcp.ssl
Class NoopSessionVerifier$
- java.lang.Object
 - 
- akka.remote.artery.tcp.ssl.NoopSessionVerifier$
 
 
- 
- All Implemented Interfaces:
 SessionVerifier
public class NoopSessionVerifier$ extends java.lang.Object implements SessionVerifier
This verifier approves all sessions.INTERNAL API
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static NoopSessionVerifier$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description NoopSessionVerifier$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.Option<java.lang.Throwable>verifyClientSession(java.lang.String hostname, javax.net.ssl.SSLSession session)scala.Option<java.lang.Throwable>verifyServerSession(java.lang.String hostname, javax.net.ssl.SSLSession session) 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final NoopSessionVerifier$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
verifyClientSession
public scala.Option<java.lang.Throwable> verifyClientSession(java.lang.String hostname, javax.net.ssl.SSLSession session)- Specified by:
 verifyClientSessionin interfaceSessionVerifier
 
- 
verifyServerSession
public scala.Option<java.lang.Throwable> verifyServerSession(java.lang.String hostname, javax.net.ssl.SSLSession session)- Specified by:
 verifyServerSessionin interfaceSessionVerifier
 
 - 
 
 -