Class HttpHeaderUtil


  • public class HttpHeaderUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      HttpHeaderUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T extends io.vertx.core.MultiMap>
      T
      removeNonForwardHeaders​(T headers)
      Removes headers which MUST NOT be forwarded by proxies.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HttpHeaderUtil

        public HttpHeaderUtil()
    • Method Detail

      • removeNonForwardHeaders

        public static <T extends io.vertx.core.MultiMap> T removeNonForwardHeaders​(T headers)

        Removes headers which MUST NOT be forwarded by proxies.

        • This MAY modifies the passed headers.
        • This MAY returns the same (modified) instance as passed.
        Parameters:
        headers - The headers to check.
        See Also:
        RFC 2616 section 14.10