Class JettyHttp11EndpointBuilderFactory.JettyHttp11HeaderNameBuilder

java.lang.Object
org.apache.camel.builder.endpoint.dsl.JettyHttp11EndpointBuilderFactory.JettyHttp11HeaderNameBuilder
Enclosing interface:
JettyHttp11EndpointBuilderFactory

public static class JettyHttp11EndpointBuilderFactory.JettyHttp11HeaderNameBuilder extends Object
The builder of headers' name for the Jetty component.
  • Constructor Details

    • JettyHttp11HeaderNameBuilder

      public JettyHttp11HeaderNameBuilder()
  • Method Details

    • servletContextPath

      public String servletContextPath()
      The servlet context path used. The option is a: String type. 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: String type. Group: consumer
      Returns:
      the name of the header HttpPath.