Uses of Class
org.apache.camel.http.common.HttpConfiguration
-
-
Uses of HttpConfiguration in org.apache.camel.http.common
Fields in org.apache.camel.http.common declared as HttpConfiguration Modifier and Type Field Description protected HttpConfiguration
HttpCommonComponent. httpConfiguration
Methods in org.apache.camel.http.common that return HttpConfiguration Modifier and Type Method Description HttpConfiguration
HttpCommonComponent. getHttpConfiguration()
Methods in org.apache.camel.http.common with parameters of type HttpConfiguration Modifier and Type Method Description void
HttpCommonComponent. setHttpConfiguration(HttpConfiguration httpConfiguration)
To use the shared HttpConfiguration as base configuration.
-