Class HostConnectionPoolSpec.PekkoHttpEngineTLS$

java.lang.Object
org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.TopLevelApiClientServerImplementation
org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineTLS$
All Implemented Interfaces:
Serializable, HostConnectionPoolSpec.ClientServerImplementation, scala.Equals, scala.Product
Enclosing class:
HostConnectionPoolSpec

public class HostConnectionPoolSpec.PekkoHttpEngineTLS$ extends HostConnectionPoolSpec.TopLevelApiClientServerImplementation implements scala.Product, Serializable
Transport that uses actual top-level Http APIs to establish a HTTPS connection

Currently requires an /etc/hosts entry that points pekko.example.org to a locally bindable address.

See Also: