Class I2PTunnelHTTPClientBase.OnTimeout

    • Constructor Detail

      • OnTimeout

        public OnTimeout​(Socket s,
                         OutputStream out,
                         String target,
                         boolean usingProxy,
                         String wwwProxy,
                         long id)
        Parameters:
        target - the URI for an HTTP request, or the hostname for CONNECT
      • OnTimeout

        public OnTimeout​(Socket s,
                         OutputStream out,
                         String target,
                         boolean usingProxy,
                         String wwwProxy,
                         long id,
                         String targetHost,
                         boolean isSSL)
        Parameters:
        target - the URI for an HTTP request, or the hostname for CONNECT
        targetHost - if non-null, call noteProxyResult() with this as host
        isSSL - to pass to noteProxyResult(). FALSE for ConnectClient.
        Since:
        0.9.39