Interface AESocksProxyConnection

    • Method Detail

      • getUsername

        java.lang.String getUsername()
      • getPassword

        java.lang.String getPassword()
      • disableDNSLookups

        void disableDNSLookups()
      • enableDNSLookups

        void enableDNSLookups()
      • areDNSLookupsEnabled

        boolean areDNSLookupsEnabled()
      • connected

        void connected()
                throws java.io.IOException
        Throws:
        java.io.IOException
      • isClosed

        boolean isClosed()
      • close

        void close()
            throws java.io.IOException
        Throws:
        java.io.IOException