Class HTTPIngressRuleValue

  • All Implemented Interfaces:
    com.marcnuri.yakc.model.Model

    public class HTTPIngressRuleValue
    extends java.lang.Object
    implements com.marcnuri.yakc.model.Model
    HTTPIngressRuleValue is a list of http selectors pointing to backends. In the example: http://<host>/<path>?<searchpart> -> backend where where parts of the url correspond to RFC 3986, this resource will be used to match against everything after the last '/' and before the first '?' or '#'.
    • Constructor Detail

      • HTTPIngressRuleValue

        public HTTPIngressRuleValue​(@NonNull
                                    @NonNull java.util.List<HTTPIngressPath> paths)
      • HTTPIngressRuleValue

        public HTTPIngressRuleValue()
    • Method Detail

      • getPaths

        @NonNull
        public @NonNull java.util.List<HTTPIngressPath> getPaths()
        paths is a collection of paths that map requests to backends.
      • setPaths

        public void setPaths​(@NonNull
                             @NonNull java.util.List<HTTPIngressPath> paths)
        paths is a collection of paths that map requests to backends.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object