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

    Constructors
    Constructor
    Description
    RequestTimeoutSupport(scala.concurrent.duration.Duration initialTimeout, akka.event.LoggingAdapter log)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    akka.stream.stage.GraphStageLogic
    createLogic(akka.stream.Attributes effectiveAttributes)
     
    akka.stream.Attributes
     
     

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RequestTimeoutSupport

      public RequestTimeoutSupport(scala.concurrent.duration.Duration initialTimeout, akka.event.LoggingAdapter log)
  • Method Details