public class HostConnectionPoolSpec.KillSwitchedClientTransport extends java.lang.Object implements ClientTransport
Constructor and Description |
---|
KillSwitchedClientTransport(org.apache.pekko.stream.SharedKillSwitch connectionKillSwitch) |
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) |
public KillSwitchedClientTransport(org.apache.pekko.stream.SharedKillSwitch connectionKillSwitch)
public 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)
connectTo
in interface ClientTransport