Class HttpUtils

java.lang.Object
jakarta.servlet.http.HttpUtils

@Deprecated public class HttpUtils extends Object
Deprecated.
The HttpUtils API.
Author:
Manfred Riem ([email protected])
  • Constructor Details

    • HttpUtils

      public HttpUtils()
      Deprecated.
      Constructor.
  • Method Details

    • getRequestURL

      public static StringBuffer getRequestURL(HttpServletRequest request)
      Deprecated.
      Returns the request URL.
      Parameters:
      request - the request.
      Returns:
      the request URL
    • parsePostData

      public static Hashtable<String,​String[]> parsePostData(int length, ServletInputStream inputStream)
      Deprecated.
      Parse the POST data.
      Parameters:
      length - the length.
      inputStream - the input stream.
      Returns:
      the hash table populated with key/value pairs.
    • parseQueryString

      public static Hashtable<String,​String[]> parseQueryString(String queryString)
      Deprecated.
      Parse the query string.
      Parameters:
      queryString - the query string.
      Returns:
      the hash table populated with key/value pairs.