[CONF] Apache Camel > HTTP4

2014-08-13 Thread willem jiang (Confluence)

[CONF] Apache Camel > HTTP4

2013-10-30 Thread willem jiang (Confluence)
HTTP4 Page edited by willem jiang Comment: CAMEL-6786 Changes (1) ... | {{x509HostnameVerifier}} | {{BrowserCompa

[CONF] Apache Camel > HTTP4

2013-10-01 Thread Christian Mueller (Confluence)
HTTP4 Page edited by Christian Mueller Changes (2) ... h3. How to set the http method (GET/PATCH/POST/PUT/DELETE/HEAD/OPTIONS/TR

[CONF] Apache Camel > HTTP4

2013-09-03 Thread Claus Ibsen (Confluence)
HTTP4 Page edited by Claus Ibsen Changes (2) ... | {{maxTotalConnections}} | {{200}} | The maximum number of connections. | | {{connectionsPerR

[CONF] Apache Camel > HTTP4

2013-06-03 Thread confluence
HTTP4 Page edited by Claus Ibsen Changes (4) ... | {{httpBinding}} | {{null}} | To use a custom {{org.apache.camel.component.http.HttpBinding}}

[CONF] Apache Camel > HTTP4

2013-05-25 Thread confluence
HTTP4 Page edited by Christian Mueller Changes (6) ... | {{disableStreamCache}} | {{false}} | DefaultHttpBinding will copy the request input st

[CONF] Apache Camel > HTTP4

2013-03-21 Thread confluence
HTTP4 Page edited by Christian Mueller Changes (1) ... As long as you implement the HttpClientConfigurer and configure your keystore and trust

[CONF] Apache Camel > HTTP4

2013-03-21 Thread confluence
HTTP4 Page edited by Claus Ibsen Changes (1) ... If you need more control over the HTTP producer you should use the {{HttpComponent}} where you

[CONF] Apache Camel > HTTP4

2013-03-13 Thread confluence
HTTP4 Page edited by willem jiang Changes (1) ... | {{sslContextParameters}} | {{null}} | *Camel 2.8:* To use a custom {{org.apache.camel.util.

[CONF] Apache Camel > HTTP4

2013-03-13 Thread confluence
HTTP4 Page edited by willem jiang Changes (1) ... | {{sslContextParameters}} | {{null}} | *Camel 2.8:* To use a custom {{org.apache.camel.util.

[CONF] Apache Camel > HTTP4

2013-01-23 Thread confluence
HTTP4 Page edited by willem jiang Changes (1) ... In the sample above Camel will call the [http://newhost] despite the endpoint is configured w

[CONF] Apache Camel > HTTP4

2013-01-22 Thread confluence
HTTP4 Page edited by Christian Mueller Changes (2) ... {code} You can override the HTTP endpoint URI by adding a header with the

[CONF] Apache Camel > HTTP4

2012-12-28 Thread confluence
HTTP4 Page edited by Claus Ibsen Changes (2) ... *Available as of Camel 2.3* The *http4:* component provides HTTP based [endpoint

[CONF] Apache Camel > HTTP4

2012-12-04 Thread confluence
HTTP4 Page edited by Christian Mueller Changes (1) ... | {{bridgeEndpoint}} | {{false}} | If true, HttpProducer will ignore the Exchange.HTTP_U

[CONF] Apache Camel > HTTP4

2012-11-02 Thread confluence
HTTP4 Page edited by Claus Ibsen Changes (2) ... {div} h3. HttpComponent Options {div:class=confluence

[CONF] Apache Camel > HTTP4

2012-10-17 Thread confluence
HTTP4 Page edited by Claus Ibsen Changes (8) ... {info} h3. HttpEndpoint HttpComponent Options {div:class=confluenc

[CONF] Apache Camel > HTTP4

2012-09-07 Thread confluence
HTTP4 Page edited by willem jiang Changes (0) ... | {{connectionsPerRoute}} | {{20}} | The maximum number of connections per route. | | {{sslCo

[CONF] Apache Camel > HTTP4

2012-09-07 Thread confluence
HTTP4 Page edited by willem jiang Comment: CAMEL-5575 Changes (1) ... | {{connectionsPerRoute}} | {{20}} | The ma

[CONF] Apache Camel > HTTP4

2012-04-11 Thread confluence
HTTP4 Page edited by Glen Mazza Comment: proofreading Changes (14) ... {info:title=camel-http4 vs camel-jetty}

[CONF] Apache Camel > HTTP4

2012-04-07 Thread confluence
HTTP4 Page edited by Claus Ibsen Changes (4) ... | {{disableStreamCache}} | {{false}} | DefaultHttpBinding will copy the request input stream i

[CONF] Apache Camel > HTTP4

2011-07-07 Thread confluence
HTTP4 Page edited by Claus Ibsen Changes (7) ... {div:class=confluenceTableSmall} || Name || Default Value || Description || | {{x

[CONF] Apache Camel > HTTP4

2011-06-03 Thread confluence
HTTP4 Page edited by David Valeri Changes (6) ... {div:class=confluenceTableSmall} || Name || Default Value || Description || | {{

[CONF] Apache Camel > HTTP4

2011-05-16 Thread confluence
HTTP4 Page edited by willem jiang Changes (2) ... {code} from("direct:start") .to("http4://oldhost?proxyAuthHost=www.myproxy.com&p

[CONF] Apache Camel > HTTP4

2011-05-16 Thread confluence
HTTP4 Page edited by willem jiang Comment: CAMEL-3780 Changes (2) ... h4. Setting Basic Authentication and Proxy

[CONF] Apache Camel > HTTP4

2011-01-30 Thread confluence
HTTP4 Page added by Christian Mueller HTTP4 Component Available as of Camel 2.3 The http4: component provides HTTP based endpoints for consuming external HTTP resources (as a client to call external servers using HTTP). Maven users will ne