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 | Modifier and Type | Method and Description |
|---|---|
java.util.List<HAProxyTLV> |
encapsulatedTLVs ()
Returns an unmodifiable Set of encapsulated
HAProxyTLVs. |
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 clone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic 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()
HAProxyTLVs.Copyright © 2008–2018 The Netty Project. All rights reserved.