Class SslSocketWrapper

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.net.Socket wrapSocket​(java.net.Socket socket)  
      • Methods inherited from class java.lang.Object

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

      • SslSocketWrapper

        public SslSocketWrapper()
      • SslSocketWrapper

        public SslSocketWrapper​(java.lang.String[] cipherSuites)
      • SslSocketWrapper

        public SslSocketWrapper​(java.lang.String protocol,
                                java.lang.String[] cipherSuites)
    • Method Detail

      • wrapSocket

        public java.net.Socket wrapSocket​(java.net.Socket socket)
                                   throws java.io.IOException
        Specified by:
        wrapSocket in interface SocketWrapper
        Throws:
        java.io.IOException