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 HttpMessage
HttpMessage. newInstance()
Methods in org.apache.camel.http.common with parameters of type HttpMessage Modifier and Type Method Description static InputStream
HttpConverter. toInputStream(HttpMessage message, org.apache.camel.Exchange exchange)
static BufferedReader
HttpConverter. toReader(HttpMessage message)
static javax.servlet.ServletInputStream
HttpConverter. toServletInputStream(HttpMessage message)
-