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>>
-
-
Constructor Summary
Constructors Constructor Description RequestTimeoutSupport(scala.concurrent.duration.Duration initialTimeout, akka.event.LoggingAdapter log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description akka.stream.stage.GraphStageLogic
createLogic(akka.stream.Attributes effectiveAttributes)
akka.stream.Attributes
initialAttributes()
akka.stream.BidiShape<HttpRequest,HttpRequest,HttpResponse,HttpResponse>
shape()
-
-
-
Method Detail
-
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
public akka.stream.BidiShape<HttpRequest,HttpRequest,HttpResponse,HttpResponse> shape()
-
-