Package | Description |
---|---|
io.netty.handler.codec.haproxy |
Decodes an HAProxy proxy protocol header
|
Modifier and Type | Class and Description |
---|---|
class |
HAProxySSLTLV
Represents a
HAProxyTLV of the type HAProxyTLV.Type.PP2_TYPE_SSL . |
Modifier and Type | Method and Description |
---|---|
HAProxyTLV |
HAProxyTLV.copy() |
HAProxyTLV |
HAProxyTLV.duplicate() |
HAProxyTLV |
HAProxyTLV.retain() |
HAProxyTLV |
HAProxyTLV.retain(int increment) |
Modifier and Type | Method and Description |
---|---|
java.util.List<HAProxyTLV> |
HAProxySSLTLV.encapsulatedTLVs()
Returns an unmodifiable Set of encapsulated
HAProxyTLV s. |
java.util.List<HAProxyTLV> |
HAProxyMessage.tlvs()
Returns a list of
HAProxyTLV or an empty list if no TLVs are present. |
Copyright © 2008–2018 The Netty Project. All rights reserved.