Class SslSessionInfo$


  • public class SslSessionInfo$
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static SslSessionInfo$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      SslSessionInfo$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SslSessionInfo apply​(javax.net.ssl.SSLSession session)  
      scala.Option<javax.net.ssl.SSLSession> unapply​(SslSessionInfo sslSession)  
      • Methods inherited from class java.lang.Object

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

      • MODULE$

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

      • SslSessionInfo$

        public SslSessionInfo$()
    • Method Detail

      • apply

        public SslSessionInfo apply​(javax.net.ssl.SSLSession session)
      • unapply

        public scala.Option<javax.net.ssl.SSLSession> unapply​(SslSessionInfo sslSession)