Uses of Interface
io.envoyproxy.envoy.api.v2.route.RateLimit.Action.RemoteAddressOrBuilder
-
Packages that use RateLimit.Action.RemoteAddressOrBuilder Package Description io.envoyproxy.envoy.api.v2.route -
-
Uses of RateLimit.Action.RemoteAddressOrBuilder in io.envoyproxy.envoy.api.v2.route
Classes in io.envoyproxy.envoy.api.v2.route that implement RateLimit.Action.RemoteAddressOrBuilder Modifier and Type Class Description static classRateLimit.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 classRateLimit.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.api.v2.route that return RateLimit.Action.RemoteAddressOrBuilder Modifier and Type Method Description RateLimit.Action.RemoteAddressOrBuilderRateLimit.Action.Builder. getRemoteAddressOrBuilder()Rate limit on remote address.RateLimit.Action.RemoteAddressOrBuilderRateLimit.Action. getRemoteAddressOrBuilder()Rate limit on remote address.RateLimit.Action.RemoteAddressOrBuilderRateLimit.ActionOrBuilder. getRemoteAddressOrBuilder()Rate limit on remote address.
-