public final class HAProxySSLTLV extends HAProxyTLV
HAProxyTLV.Type.PP2_TYPE_SSL
类型的HAProxyTLV
。
该TLV封装了其他TLV,并具有验证信息和客户端位域等附加信息。
HAProxyTLV.Type
Modifier and Type | Method and Description |
---|---|
java.util.List<HAProxyTLV> |
encapsulatedTLVs()
返回一个不可修改的一组封装的 HAProxyTLV s。
|
boolean |
isPP2ClientCertConn()
如果设置了PP2_CLIENT_CERT_CONN的位域,则返回
true
|
boolean |
isPP2ClientCertSess()
如果设置了PP2_CLIENT_CERT_SESS的位域,则返回
true
|
boolean |
isPP2ClientSSL()
如果设置了PP2_CLIENT_SSL的位域,则返回
true
|
int |
verify()
返回验证结果
|
copy, duplicate, replace, retain, retain, retainedDuplicate, touch, touch, type, typeByteValue
content, contentToString, equals, hashCode, refCnt, release, release, toString
public boolean isPP2ClientCertConn()
true
public boolean isPP2ClientSSL()
true
public boolean isPP2ClientCertSess()
true
public int verify()
public java.util.List<HAProxyTLV> encapsulatedTLVs()
HAProxyTLV
s。
Copyright © 2008–2018 The Netty Project. All rights reserved.