Interface ClientTransport


public interface ClientTransport
Abstraction to allow the creation of alternative transports to run HTTP on.

(Still unstable) SPI for implementors of custom client transports.

  • Method Summary

    Modifier and Type
    Method
    Description
    akka.stream.scaladsl.Flow<akka.util.ByteString,akka.util.ByteString,scala.concurrent.Future<Http.OutgoingConnection>>
    connectTo(String host, int port, ClientConnectionSettings settings, akka.actor.ActorSystem system)