Package akka.http.impl.engine.client
Class OutgoingConnectionBlueprint$
java.lang.Object
akka.http.impl.engine.client.OutgoingConnectionBlueprint$
INTERNAL API
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final OutgoingConnectionBlueprint$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionakka.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 Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
OutgoingConnectionBlueprint$
public OutgoingConnectionBlueprint$()
-
-
Method Details
-
apply
public akka.stream.scaladsl.BidiFlow<HttpRequest,akka.stream.TLSProtocol.SslTlsOutbound, applyakka.stream.TLSProtocol.SslTlsInbound, HttpResponse, akka.NotUsed> (Host hostHeader, ClientConnectionSettings settings, akka.event.LoggingAdapter log)
-