Class JakartaServletRequestContext

java.lang.Object
org.apache.commons.fileupload2.core.AbstractRequestContext<HttpServletRequest>
org.apache.commons.fileupload2.jakarta.servlet6.JakartaServletRequestContext
All Implemented Interfaces:
RequestContext

Provides access to the request information needed for a request made to an HTTP servlet.
  • Constructor Details Link icon

  • Method Details Link icon

    • getCharacterEncoding Link icon

      Gets the character encoding for the request.
      Returns:
      The character encoding for the request.
    • getContentType Link icon

      Gets the content type of the request.
      Returns:
      The content type of the request.
    • getInputStream Link icon

      Gets the input stream for the request.
      Returns:
      The input stream for the request.
      Throws:
      IOException - if a problem occurs.