Package akka.http.impl.engine.client
Class OutgoingConnectionBlueprint
java.lang.Object
akka.http.impl.engine.client.OutgoingConnectionBlueprint
INTERNAL API
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
This is essentially a three state state machine, it is either 'idle' - waiting for a response to come in or has seen the start of a response and is waiting for either chunks followed by MessageEnd if chunked or just MessageEnd in the case of a strict response.static final class
A merge that follows this logic: 1.static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
Constructor Details
-
OutgoingConnectionBlueprint
public OutgoingConnectionBlueprint()
-
-
Method Details
-
apply
public static akka.stream.scaladsl.BidiFlow<HttpRequest,akka.stream.TLSProtocol.SslTlsOutbound, applyakka.stream.TLSProtocol.SslTlsInbound, HttpResponse, akka.NotUsed> (Host hostHeader, ClientConnectionSettings settings, akka.event.LoggingAdapter log)
-