Class HttpFormRequest

    • Constructor Detail

      • HttpFormRequest

        public HttpFormRequest​(URL url,
                               FormContentType formData)
        Parameters:
        url - URL to be called.
        formData - Form data to be sent by HTTP form request.
        See Also:
        HttpRequest(URL)
      • HttpFormRequest

        public HttpFormRequest​(URL url,
                               FormContentType formData,
                               long timeout)
        Parameters:
        url - URL to be called.
        formData - Form data to be sent by HTTP form request.
        timeout - Request timeout.
        See Also:
        HttpRequest(URL, long)