Class ConscryptServerTlsStrategy

java.lang.Object
org.apache.hc.core5.http2.ssl.ConscryptServerTlsStrategy
All Implemented Interfaces:
TlsStrategy

public class ConscryptServerTlsStrategy extends Object implements TlsStrategy
Conscrypt specific server-side implementation of TlsStrategy that upgrades inbound connection with TLS security. This strategy will try to negotiate an application protocol using TLS ALPN extension support through Conscrypt native APIs based on HttpVersionPolicy passed to the strategy as an attachment.
Since:
5.0