Class JettyRestHttpBinding

  • All Implemented Interfaces:
    org.apache.camel.http.common.HttpBinding

    public class JettyRestHttpBinding
    extends org.apache.camel.http.common.DefaultHttpBinding
    • Field Summary

      • Fields inherited from class org.apache.camel.http.common.DefaultHttpBinding

        DATE_FORMAT, DATE_LOCALE_CONVERSION
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void populateRequestParameters​(javax.servlet.http.HttpServletRequest request, org.apache.camel.http.common.HttpMessage message)  
      • Methods inherited from class org.apache.camel.http.common.DefaultHttpBinding

        checkChunked, convertDateAndLocaleLocally, convertHeaderValueToString, copyStream, doWriteDirectResponse, doWriteExceptionResponse, doWriteFaultResponse, doWriteGZIPResponse, doWriteResponse, getFileNameExtWhitelist, getHeaderFilterStrategy, getHttpDateFormat, isAllowJavaSerializedObject, isEagerCheckContentAvailable, isMapHttpMessageBody, isMapHttpMessageFormUrlEncodedBody, isMapHttpMessageHeaders, isMuteException, isText, isTransferException, isUseReaderForPayload, parseBody, populateAttachments, readBody, readFormUrlEncodedBody, readHeaders, readRequest, setAllowJavaSerializedObject, setEagerCheckContentAvailable, setFileNameExtWhitelist, setHeaderFilterStrategy, setMapHttpMessageBody, setMapHttpMessageFormUrlEncodedBody, setMapHttpMessageHeaders, setMuteException, setTransferException, setUseReaderForPayload, toHttpDate, toHttpLanguage, writeResponse
    • Constructor Detail

      • JettyRestHttpBinding

        @Deprecated
        public JettyRestHttpBinding()
        Deprecated.
      • JettyRestHttpBinding

        public JettyRestHttpBinding​(org.apache.camel.http.common.HttpCommonEndpoint ep)
    • Method Detail

      • populateRequestParameters

        protected void populateRequestParameters​(javax.servlet.http.HttpServletRequest request,
                                                 org.apache.camel.http.common.HttpMessage message)
        Overrides:
        populateRequestParameters in class org.apache.camel.http.common.DefaultHttpBinding