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