Uses of Class
com.vmware.nsx_policy.model.LBSslSniCondition.Builder
-
Packages that use LBSslSniCondition.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of LBSslSniCondition.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return LBSslSniCondition.Builder Modifier and Type Method Description LBSslSniCondition.BuilderLBSslSniCondition.Builder. setCaseSensitive(java.lang.Boolean caseSensitive)If true, case is significant when comparing SNI value.LBSslSniCondition.BuilderLBSslSniCondition.Builder. setInverse(java.lang.Boolean inverse)A flag to indicate whether reverse the match result of this conditionLBSslSniCondition.BuilderLBSslSniCondition.Builder. setMatchType(java.lang.String matchType)LBSslSniCondition.BuilderLBSslSniCondition.Builder. setSni(java.lang.String sni)The SNI(Server Name indication) in client hello message.
-