Class SSLClient

    • Constructor Detail

      • SSLClient

        public SSLClient()
    • Method Detail

      • getWrappedSocket

        protected java.net.Socket getWrappedSocket​(java.net.InetAddress address,
                                                   int port,
                                                   int timeout)
                                            throws java.io.IOException

        getWrappedSocket

        Parameters:
        address - a InetAddress object.
        port - a int.
        timeout - a int.
        Returns:
        a Socket object.
        Throws:
        java.io.IOException - if any.