Describe the feature
Ability to read TLVs of Proxy Protocol header from NetSocket. To be more clear, in HAProxyMessageCompletionHandler#decode function, we only use HAProxyMessage msg only for overriding remote address and local address, however, in some use case, there are information in the proxy protocol header that are store in List<HAProxyTLV> tlvs of msg that are needed. Currently there is not a way to access that data when enabling proxy protocol in NetServerOptions of NetServer