Builder
A builder for CrtHttpEngineConfig
Properties
Path to the certificate file in PEM format. Mutually exclusive with certificatePem. Can be used independently or together with certificatesDirectory.
Certificate Authority content in PEM format. Mutually exclusive with caFile and caDir.
Path to the certificates directory containing PEM files. Mutually exclusive with certificatePem. Can be used independently or together with certificateFile.
Set the ClientBootstrap to use for the engine. By default it is a shared instance.
Set the amount of data that can be buffered before reading from the socket will cease. Reading will resume as data is consumed.
Maximum number of open connections
TLS cipher suite preference for connections. Controls which cipher suites are available during TLS negotiation.
Whether to verify the peer's certificate during TLS handshake. When false, accepts any certificate (insecure, for testing only).