Java io.netty.handler.codec.haproxy HAProxyProxiedProtocol fields, constructors, methods, implement or subclass

Example usage for Java io.netty.handler.codec.haproxy HAProxyProxiedProtocol fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.handler.codec.haproxy HAProxyProxiedProtocol.

The text is from its open source code.

Field

HAProxyProxiedProtocolUNKNOWN
The UNKNOWN represents a connection which was forwarded for an unknown protocol and an unknown address family.
HAProxyProxiedProtocolTCP4
The TCP4 represents a connection which was forwarded for an IPv4 client over TCP.
HAProxyProxiedProtocolTCP6
The TCP6 represents a connection which was forwarded for an IPv6 client over TCP.