Class JettyWrapper


  • public class JettyWrapper
    extends java.lang.Object
    Class that contains information that about the jetty request/response.
    • Constructor Detail

      • JettyWrapper

        protected JettyWrapper()
    • Method Detail

      • lock

        protected void lock()
                     throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • unlock

        protected void unlock()
      • unwrap

        protected static JettyWrapper unwrap​(AdaptrisMessage msg)
        Get a wrapper with null protection.

        All it means is that if the wrapper doesn't exist; then you have an empty wrapper with no monitor and no response.

      • getResponse

        public javax.servlet.http.HttpServletResponse getResponse()
      • setResponse

        public void setResponse​(javax.servlet.http.HttpServletResponse r)
      • withResponse

        public JettyWrapper withResponse​(javax.servlet.http.HttpServletResponse b)
      • getRequest

        public javax.servlet.http.HttpServletRequest getRequest()
      • setRequest

        public void setRequest​(javax.servlet.http.HttpServletRequest request)
      • withRequest

        public JettyWrapper withRequest​(javax.servlet.http.HttpServletRequest b)