Uses of Interface
io.envoyproxy.envoy.extensions.filters.http.ratelimit.v3.RateLimitConfig.Action.RemoteAddressOrBuilder
-
Packages that use RateLimitConfig.Action.RemoteAddressOrBuilder Package Description io.envoyproxy.envoy.extensions.filters.http.ratelimit.v3 -
-
Uses of RateLimitConfig.Action.RemoteAddressOrBuilder in io.envoyproxy.envoy.extensions.filters.http.ratelimit.v3
Classes in io.envoyproxy.envoy.extensions.filters.http.ratelimit.v3 that implement RateLimitConfig.Action.RemoteAddressOrBuilder Modifier and Type Class Description static classRateLimitConfig.Action.RemoteAddressThe following descriptor entry is appended to the descriptor and is populated using the trusted address from :ref:`x-forwarded-for <config_http_conn_man_headers_x-forwarded-for>`: .. code-block:: cpp ("remote_address", "<trusted address from x-forwarded-for>")static classRateLimitConfig.Action.RemoteAddress.BuilderThe following descriptor entry is appended to the descriptor and is populated using the trusted address from :ref:`x-forwarded-for <config_http_conn_man_headers_x-forwarded-for>`: .. code-block:: cpp ("remote_address", "<trusted address from x-forwarded-for>")Methods in io.envoyproxy.envoy.extensions.filters.http.ratelimit.v3 that return RateLimitConfig.Action.RemoteAddressOrBuilder Modifier and Type Method Description RateLimitConfig.Action.RemoteAddressOrBuilderRateLimitConfig.Action.Builder. getRemoteAddressOrBuilder()Rate limit on remote address.RateLimitConfig.Action.RemoteAddressOrBuilderRateLimitConfig.Action. getRemoteAddressOrBuilder()Rate limit on remote address.RateLimitConfig.Action.RemoteAddressOrBuilderRateLimitConfig.ActionOrBuilder. getRemoteAddressOrBuilder()Rate limit on remote address.
-