Package akka.http.impl.engine.client
Class OutgoingConnectionBlueprint$
- java.lang.Object
-
- akka.http.impl.engine.client.OutgoingConnectionBlueprint$
-
public class OutgoingConnectionBlueprint$ extends java.lang.Object
INTERNAL API
-
-
Field Summary
Fields Modifier and Type Field Description static OutgoingConnectionBlueprint$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description OutgoingConnectionBlueprint$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description akka.stream.scaladsl.BidiFlow<HttpRequest,akka.stream.TLSProtocol.SslTlsOutbound,akka.stream.TLSProtocol.SslTlsInbound,HttpResponse,akka.NotUsed>
apply(Host hostHeader, ClientConnectionSettings settings, akka.event.LoggingAdapter log)
-
-
-
Field Detail
-
MODULE$
public static final OutgoingConnectionBlueprint$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public akka.stream.scaladsl.BidiFlow<HttpRequest,akka.stream.TLSProtocol.SslTlsOutbound,akka.stream.TLSProtocol.SslTlsInbound,HttpResponse,akka.NotUsed> apply(Host hostHeader, ClientConnectionSettings settings, akka.event.LoggingAdapter log)
-
-