Class HttpServerBluePrint.RequestTimeoutSupport

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface akka.stream.Graph

        akka.stream.Graph.GraphMapMatVal<S extends akka.stream.Shape,​M extends java.lang.Object>
    • 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()  
      • 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 Detail

      • RequestTimeoutSupport

        public RequestTimeoutSupport​(scala.concurrent.duration.Duration initialTimeout,
                                     akka.event.LoggingAdapter log)