Interface ProxyProtocolOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ProxyProtocol, ProxyProtocol.Builder

    public interface ProxyProtocolOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getRulesList

        List<ProxyProtocol.Rule> getRulesList()
         The list of rules to apply to requests.
         
        repeated .envoy.extensions.filters.listener.proxy_protocol.v3.ProxyProtocol.Rule rules = 1;
      • getRules

        ProxyProtocol.Rule getRules​(int index)
         The list of rules to apply to requests.
         
        repeated .envoy.extensions.filters.listener.proxy_protocol.v3.ProxyProtocol.Rule rules = 1;
      • getRulesCount

        int getRulesCount()
         The list of rules to apply to requests.
         
        repeated .envoy.extensions.filters.listener.proxy_protocol.v3.ProxyProtocol.Rule rules = 1;
      • getRulesOrBuilderList

        List<? extends ProxyProtocol.RuleOrBuilder> getRulesOrBuilderList()
         The list of rules to apply to requests.
         
        repeated .envoy.extensions.filters.listener.proxy_protocol.v3.ProxyProtocol.Rule rules = 1;
      • getRulesOrBuilder

        ProxyProtocol.RuleOrBuilder getRulesOrBuilder​(int index)
         The list of rules to apply to requests.
         
        repeated .envoy.extensions.filters.listener.proxy_protocol.v3.ProxyProtocol.Rule rules = 1;