Modifier and Type | Interface and Description |
---|---|
interface |
HttpServletUrlRewrite
Extended
UrlRewrite which leverages HttpServletRequest
during the rewrite process. |
Modifier and Type | Method and Description |
---|---|
UrlRewrite |
HttpCommonEndpoint.getUrlRewrite() |
Modifier and Type | Method and Description |
---|---|
void |
HttpCommonEndpoint.setUrlRewrite(UrlRewrite urlRewrite)
Refers to a custom org.apache.camel.component.http.UrlRewrite which allows you to rewrite urls when you bridge/proxy endpoints.
|
Apache Camel