Interface CallContext

    • Method Detail

      • getHttpRequest

        javax.servlet.http.HttpServletRequest getHttpRequest()
      • getHttpResponse

        javax.servlet.http.HttpServletResponse getHttpResponse()
      • getHttpPath

        String getHttpPath()
      • getHttpServlet

        javax.servlet.Servlet getHttpServlet()
      • getHttpMethod

        String getHttpMethod()
      • setAttribute

        void setAttribute​(String name,
                          Object value)
      • getSessionId

        String getSessionId()
      • isSession

        boolean isSession()
      • getHttpHost

        String getHttpHost()
      • getRemoteIp

        String getRemoteIp()
      • getOutputStream

        OutputStream getOutputStream()
        Use this to get the output stream from http response to get the filter chain stream.
        Returns:
        current output stream
      • getWriter

        Writer getWriter()
        This will return a writer bound to the output stream
        Returns:
        The writer