public final class HAProxySSLTLV extends HAProxyTLV
HAProxyTLV
of the type HAProxyTLV.Type.PP2_TYPE_SSL
.
This TLV encapsulates other TLVs and has additional information like verification information and a client bitfield.HAProxyTLV.Type
限定符和类型 | 方法和说明 |
---|---|
java.util.List<HAProxyTLV> |
encapsulatedTLVs()
Returns an unmodifiable Set of encapsulated
HAProxyTLV s. |
boolean |
isPP2ClientCertConn()
Returns
true if the bit field for PP2_CLIENT_CERT_CONN was set |
boolean |
isPP2ClientCertSess()
Returns
true if the bit field for PP2_CLIENT_CERT_SESS was set |
boolean |
isPP2ClientSSL()
Returns
true if the bit field for PP2_CLIENT_SSL was set |
int |
verify()
Returns the verification result
|
copy, duplicate, retain, retain, type, typeByteValue
content, contentToString, equals, hashCode, refCnt, release, release, toString
public boolean isPP2ClientCertConn()
true
if the bit field for PP2_CLIENT_CERT_CONN was setpublic boolean isPP2ClientSSL()
true
if the bit field for PP2_CLIENT_SSL was setpublic boolean isPP2ClientCertSess()
true
if the bit field for PP2_CLIENT_CERT_SESS was setpublic int verify()
public java.util.List<HAProxyTLV> encapsulatedTLVs()
HAProxyTLV
s.