Interface HttpSessionAware

All Known Implementing Classes:
MockHttpServletRequestImpl

public interface HttpSessionAware
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setSession(jakarta.servlet.http.HttpSession session)
    Use HTTP session.
  • Method Details

    • setSession

      void setSession(jakarta.servlet.http.HttpSession session)
      Use HTTP session.
      Parameters:
      session - session to use