Interface HttpServletResponseMessageEncoder

    • Method Detail

      • getHttpServletResponse

        @Nullable
        javax.servlet.http.HttpServletResponse getHttpServletResponse()
        Get the HTTP servlet response on which to operate.
        Returns:
        the HTTP servlet response
      • setHttpServletResponse

        void setHttpServletResponse​(@Nullable
                                    javax.servlet.http.HttpServletResponse response)
        Set the HTTP servlet response on which to operate.
        Parameters:
        response - the HTTP servlet response