Class HttpServletRequest.Impl

java.lang.Object
javax.servlet.http.HttpServletRequest.Impl
All Implemented Interfaces:
jakarta.servlet.http.HttpServletRequest, jakarta.servlet.ServletRequest, HttpServletRequest
Enclosing interface:
HttpServletRequest

public static class HttpServletRequest.Impl extends Object implements HttpServletRequest
  • Constructor Details

    • Impl

      public Impl(jakarta.servlet.http.HttpServletRequest delegate)
  • Method Details

    • getDelegate

      public jakarta.servlet.http.HttpServletRequest getDelegate()
      Specified by:
      getDelegate in interface HttpServletRequest
    • getRequestId

      public String getRequestId()
      Specified by:
      getRequestId in interface jakarta.servlet.ServletRequest
    • getProtocolRequestId

      Specified by:
      getProtocolRequestId in interface jakarta.servlet.ServletRequest
    • getServletConnection

      public jakarta.servlet.ServletConnection getServletConnection()
      Specified by:
      getServletConnection in interface jakarta.servlet.ServletRequest