Class VeniceClientTlsStrategyBuilder

java.lang.Object
com.linkedin.venice.httpclient5.VeniceClientTlsStrategyBuilder

public class VeniceClientTlsStrategyBuilder extends Object
This class copies most of the logic from ClientTlsStrategyBuilder to get rid of the cipher check while using http/2 in TlsCiphers to be backward compatible. The only change is in function: build(), and this class will return VeniceClientTlsStrategy instead of DefaultClientTlsStrategy.