Uses of Class
org.apache.camel.http.common.HttpMessage
-
-
Uses of HttpMessage in org.apache.camel.http.common
Methods in org.apache.camel.http.common that return HttpMessage Modifier and Type Method Description HttpMessageHttpMessage. newInstance()Methods in org.apache.camel.http.common with parameters of type HttpMessage Modifier and Type Method Description static InputStreamHttpConverter. toInputStream(HttpMessage message, org.apache.camel.Exchange exchange)static BufferedReaderHttpConverter. toReader(HttpMessage message)static javax.servlet.ServletInputStreamHttpConverter. toServletInputStream(HttpMessage message)
-