public interface ClientTransport
(Still unstable) SPI for implementors of custom client transports.
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.pekko.stream.scaladsl.Flow<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString,scala.concurrent.Future<Http.OutgoingConnection>> | connectTo(java.lang.String host,
         int port,
         ClientConnectionSettings settings,
         org.apache.pekko.actor.ActorSystem system) | 
org.apache.pekko.stream.scaladsl.Flow<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString,scala.concurrent.Future<Http.OutgoingConnection>> connectTo(java.lang.String host, int port, ClientConnectionSettings settings, org.apache.pekko.actor.ActorSystem system)