Class JettyHttpEndpointBuilderFactory.JettyHttpHeaderNameBuilder

  • Enclosing interface:
    JettyHttpEndpointBuilderFactory

    public static class JettyHttpEndpointBuilderFactory.JettyHttpHeaderNameBuilder
    extends Object
    The builder of headers' name for the Jetty component.
    • Constructor Detail

      • JettyHttpHeaderNameBuilder

        public JettyHttpHeaderNameBuilder()
    • Method Detail

      • 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.