Class JettyHttpEndpointBuilderFactory.JettyHttpHeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.JettyHttpEndpointBuilderFactory.JettyHttpHeaderNameBuilder
-
- Enclosing interface:
- JettyHttpEndpointBuilderFactory
public static class JettyHttpEndpointBuilderFactory.JettyHttpHeaderNameBuilder extends Object
The builder of headers' name for the Jetty component.
-
-
Constructor Summary
Constructors Constructor Description JettyHttpHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringhttpPath()Request URI's path, the header will be used to build the request URI with the HTTP_URI.StringservletContextPath()The servlet context path used.
-
-
-
Method Detail
-
servletContextPath
public String servletContextPath()
The servlet context path used. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
ServletContextPath.
-
httpPath
public String httpPath()
Request URI's path, the header will be used to build the request URI with the HTTP_URI. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
HttpPath.
-
-