Class FrameOutHandler

java.lang.Object
akka.stream.stage.GraphStageWithMaterializedValue<S,akka.NotUsed>
akka.stream.stage.GraphStage<akka.stream.FlowShape<Object,FrameStart>>
akka.http.impl.engine.ws.FrameOutHandler
All Implemented Interfaces:
akka.stream.Graph<akka.stream.FlowShape<Object,FrameStart>,akka.NotUsed>

public class FrameOutHandler extends akka.stream.stage.GraphStage<akka.stream.FlowShape<Object,FrameStart>>
Implements the transport connection close handling at the end of the pipeline.

INTERNAL API

  • 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
    FrameOutHandler(boolean serverSide, scala.concurrent.duration.FiniteDuration _closeTimeout, akka.event.LoggingAdapter log)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static akka.stream.scaladsl.Flow<Object,FrameStart,akka.NotUsed>
    create(boolean serverSide, scala.concurrent.duration.FiniteDuration closeTimeout, akka.event.LoggingAdapter log)
     
    akka.stream.stage.GraphStageLogic
    createLogic(akka.stream.Attributes inheritedAttributes)
     
    akka.stream.Inlet<Object>
    in()
     
    akka.stream.Outlet<FrameStart>
    out()
     
    akka.stream.FlowShape<Object,FrameStart>
     

    Methods inherited from class akka.stream.stage.GraphStage

    createLogicAndMaterializedValue

    Methods inherited from class akka.stream.stage.GraphStageWithMaterializedValue

    addAttributes, async, async, async, createLogicAndMaterializedValue, getAttributes, initialAttributes, named, traversalBuilder, withAttributes

    Methods inherited from class java.lang.Object

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

    • FrameOutHandler

      public FrameOutHandler(boolean serverSide, scala.concurrent.duration.FiniteDuration _closeTimeout, akka.event.LoggingAdapter log)
  • Method Details

    • create

      public static akka.stream.scaladsl.Flow<Object,FrameStart,akka.NotUsed> create(boolean serverSide, scala.concurrent.duration.FiniteDuration closeTimeout, akka.event.LoggingAdapter log)
    • in

      public akka.stream.Inlet<Object> in()
    • out

      public akka.stream.Outlet<FrameStart> out()
    • shape

      public akka.stream.FlowShape<Object,FrameStart> shape()
    • createLogic

      public akka.stream.stage.GraphStageLogic createLogic(akka.stream.Attributes inheritedAttributes)
      Specified by:
      createLogic in class akka.stream.stage.GraphStage<akka.stream.FlowShape<Object,FrameStart>>