public static class HttpServerBluePrint.RequestTimeoutSupport extends akka.stream.stage.GraphStage<akka.stream.BidiShape<HttpRequest,HttpRequest,HttpResponse,HttpResponse>>
Constructor and Description |
---|
RequestTimeoutSupport(scala.concurrent.duration.Duration initialTimeout,
akka.event.LoggingAdapter log) |
Modifier and Type | Method and Description |
---|---|
akka.stream.stage.GraphStageLogic |
createLogic(akka.stream.Attributes effectiveAttributes) |
akka.stream.Attributes |
initialAttributes() |
akka.stream.BidiShape<HttpRequest,HttpRequest,HttpResponse,HttpResponse> |
shape() |
addAttributes, async, async, async, createLogicAndMaterializedValue, named, traversalBuilder, withAttributes
public RequestTimeoutSupport(scala.concurrent.duration.Duration initialTimeout, akka.event.LoggingAdapter log)
public akka.stream.stage.GraphStageLogic createLogic(akka.stream.Attributes effectiveAttributes)
createLogic
in class akka.stream.stage.GraphStage<akka.stream.BidiShape<HttpRequest,HttpRequest,HttpResponse,HttpResponse>>
public akka.stream.Attributes initialAttributes()
initialAttributes
in class akka.stream.stage.GraphStageWithMaterializedValue<akka.stream.BidiShape<HttpRequest,HttpRequest,HttpResponse,HttpResponse>,akka.NotUsed>
public akka.stream.BidiShape<HttpRequest,HttpRequest,HttpResponse,HttpResponse> shape()