Class OutgoingConnectionBlueprint$
java.lang.Object
org.apache.pekko.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 TypeMethodDescriptionorg.apache.pekko.stream.scaladsl.BidiFlow<HttpRequest,
org.apache.pekko.stream.TLSProtocol.SslTlsOutbound, org.apache.pekko.stream.TLSProtocol.SslTlsInbound, HttpResponse, org.apache.pekko.NotUsed> apply
(Host hostHeader, ClientConnectionSettings settings, org.apache.pekko.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 org.apache.pekko.stream.scaladsl.BidiFlow<HttpRequest,org.apache.pekko.stream.TLSProtocol.SslTlsOutbound, applyorg.apache.pekko.stream.TLSProtocol.SslTlsInbound, HttpResponse, org.apache.pekko.NotUsed> (Host hostHeader, ClientConnectionSettings settings, org.apache.pekko.event.LoggingAdapter log)
-