Class HttpServletRequestTranslator


  • public class HttpServletRequestTranslator
    extends java.lang.Object
    Translator for a HttpServletRequest to a Otter Request
    • Method Detail

      • from

        public Ask from​(javax.servlet.http.HttpServletRequest containerRequest,
                        byte[] containerBody)
                 throws java.io.IOException
        Throws:
        java.io.IOException
      • isForm

        protected java.lang.Boolean isForm​(Method method,
                                           MimeType contentType)
      • queryStringForUrl

        protected java.lang.String queryStringForUrl​(java.lang.String queryString)