Class 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.
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final NoopSessionVerifier$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • NoopSessionVerifier$

        public NoopSessionVerifier$()
    • Method Detail

      • verifyClientSession

        public scala.Option<java.lang.Throwable> verifyClientSession​(java.lang.String hostname,
                                                                     javax.net.ssl.SSLSession session)
        Specified by:
        verifyClientSession in interface SessionVerifier
      • verifyServerSession

        public scala.Option<java.lang.Throwable> verifyServerSession​(java.lang.String hostname,
                                                                     javax.net.ssl.SSLSession session)
        Specified by:
        verifyServerSession in interface SessionVerifier