Package akka.http.impl.engine.server
Class HttpServerBluePrint.RequestTimeoutSupport
java.lang.Object
akka.stream.stage.GraphStageWithMaterializedValue<S,akka.NotUsed>
akka.stream.stage.GraphStage<akka.stream.BidiShape<HttpRequest,HttpRequest,HttpResponse,HttpResponse>>
akka.http.impl.engine.server.HttpServerBluePrint.RequestTimeoutSupport
- All Implemented Interfaces:
akka.stream.Graph<akka.stream.BidiShape<HttpRequest,
HttpRequest, HttpResponse, HttpResponse>, akka.NotUsed>
- Enclosing class:
- HttpServerBluePrint
public static class HttpServerBluePrint.RequestTimeoutSupport
extends akka.stream.stage.GraphStage<akka.stream.BidiShape<HttpRequest,HttpRequest,HttpResponse,HttpResponse>>
-
Nested Class Summary
Nested classes/interfaces inherited from interface akka.stream.Graph
akka.stream.Graph.GraphMapMatVal<S extends akka.stream.Shape,
M extends Object> -
Constructor Summary
ConstructorsConstructorDescriptionRequestTimeoutSupport
(scala.concurrent.duration.Duration initialTimeout, akka.event.LoggingAdapter log) -
Method Summary
Modifier and TypeMethodDescriptionakka.stream.stage.GraphStageLogic
createLogic
(akka.stream.Attributes effectiveAttributes) akka.stream.Attributes
akka.stream.BidiShape<HttpRequest,
HttpRequest, HttpResponse, HttpResponse> shape()
Methods inherited from class akka.stream.stage.GraphStage
createLogicAndMaterializedValue
Methods inherited from class akka.stream.stage.GraphStageWithMaterializedValue
addAttributes, async, async, async, createLogicAndMaterializedValue, getAttributes, named, traversalBuilder, withAttributes
-
Constructor Details
-
RequestTimeoutSupport
public RequestTimeoutSupport(scala.concurrent.duration.Duration initialTimeout, akka.event.LoggingAdapter log)
-
-
Method Details
-
createLogic
public akka.stream.stage.GraphStageLogic createLogic(akka.stream.Attributes effectiveAttributes) - Specified by:
createLogic
in classakka.stream.stage.GraphStage<akka.stream.BidiShape<HttpRequest,
HttpRequest, HttpResponse, HttpResponse>>
-
initialAttributes
public akka.stream.Attributes initialAttributes()- Overrides:
initialAttributes
in classakka.stream.stage.GraphStageWithMaterializedValue<akka.stream.BidiShape<HttpRequest,
HttpRequest, HttpResponse, HttpResponse>, akka.NotUsed>
-
shape
-