Class ForwardedProxyHandler

  • All Implemented Interfaces:
    io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>

    public class ForwardedProxyHandler
    extends Object
    implements io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>
    Restricts who can send `Forwarded`, `X-Forwarded` or `X-Forwarded-*` headers to trusted proxies configured through ProxyConfig.trustedProxies.
    • Method Detail

      • handle

        public void handle​(io.vertx.core.http.HttpServerRequest event)
        Specified by:
        handle in interface io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>