Class ProxyProtocolClientConnectionFactory.V1.Tag

    • Constructor Detail

      • Tag

        public Tag()
        Deprecated.

        Creates a Tag whose metadata will be derived from the underlying EndPoint.

      • Tag

        public Tag​(String srcIP,
                   int srcPort)
        Deprecated.

        Creates a Tag with the given source metadata.

        The destination metadata will be derived from the underlying EndPoint.

        Parameters:
        srcIP - the source IP address
        srcPort - the source port
      • Tag

        public Tag​(String family,
                   String srcIP,
                   int srcPort,
                   String dstIP,
                   int dstPort)
        Deprecated.

        Creates a Tag with the given metadata.

        Parameters:
        family - the protocol family
        srcIP - the source IP address
        srcPort - the source port
        dstIP - the destination IP address
        dstPort - the destination port