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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OutgoingConnectionBlueprint.PrepareResponse
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 class
OutgoingConnectionBlueprint.ResponseParsingMerge
A merge that follows this logic: 1.static class
OutgoingConnectionBlueprint.UnexpectedConnectionClosureException
-
Constructor Summary
Constructors Constructor Description OutgoingConnectionBlueprint()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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)
-
-
-
Method Detail
-
apply
public static 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)
-
-