package client
- Alphabetic
- Public
- All
Type Members
-
final
class
Netty4ClientEngineFactory extends SslClientEngineFactory
This engine factory uses Netty 4's
SslContextBuilder.This engine factory uses Netty 4's
SslContextBuilder. It is the recommended path for using native SSL/TLS engines with Finagle.
Value Members
-
object
ExternalClientEngineFactory extends SslClientEngineFactory
This engine factory is intended to be used *only* by clients that talk to outside web servers.
This engine factory is intended to be used *only* by clients that talk to outside web servers. It ignores some of the parameters passed in as part of the
SslClientConfiguration, in order to severely limit the number ofOpenSslContextobjects which get created.There are four types of engines which can be created by this engine factory: 1. http/1.1 with trust credential checking done against system certs 2. http/1.1 with no trust credential checking done (insecure) 3. h2 with trust credential checking done against system certs 4. h2 with no trust credential checking done (insecure)
- Note
KeyCredentials,CipherSuites, andProtocolsvalues are all ignored with this engine factory and are treated as if they were left asUnspecified.
- object Netty4ClientEngineFactory
- object SslClientVerificationHandler