Package org.conscrypt

Class OpenSSLSocketImpl

    • Constructor Detail

      • OpenSSLSocketImpl

        OpenSSLSocketImpl()
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • OpenSSLSocketImpl

        OpenSSLSocketImpl​(java.lang.String hostname,
                          int port)
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • OpenSSLSocketImpl

        OpenSSLSocketImpl​(java.net.InetAddress address,
                          int port)
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • OpenSSLSocketImpl

        OpenSSLSocketImpl​(java.lang.String hostname,
                          int port,
                          java.net.InetAddress clientAddress,
                          int clientPort)
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • OpenSSLSocketImpl

        OpenSSLSocketImpl​(java.net.InetAddress address,
                          int port,
                          java.net.InetAddress clientAddress,
                          int clientPort)
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • OpenSSLSocketImpl

        OpenSSLSocketImpl​(java.net.Socket socket,
                          java.lang.String hostname,
                          int port,
                          boolean autoClose)
                   throws java.io.IOException
        Throws:
        java.io.IOException