Class FrameEventRenderer

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

public final class FrameEventRenderer extends akka.stream.stage.GraphStage<akka.stream.FlowShape<FrameEvent,akka.util.ByteString>>
Renders FrameEvents to ByteString.

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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    akka.stream.stage.GraphStageLogic
    createLogic(akka.stream.Attributes inheritedAttributes)
     
    akka.stream.Inlet<FrameEvent>
    in()
     
    akka.stream.Outlet<akka.util.ByteString>
    out()
     
    akka.stream.FlowShape<FrameEvent,akka.util.ByteString>
     

    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

    • FrameEventRenderer

      public FrameEventRenderer()
  • Method Details

    • createLogic

      public akka.stream.stage.GraphStageLogic createLogic(akka.stream.Attributes inheritedAttributes)
      Specified by:
      createLogic in class akka.stream.stage.GraphStage<akka.stream.FlowShape<FrameEvent,akka.util.ByteString>>
    • in

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

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

      public akka.stream.FlowShape<FrameEvent,akka.util.ByteString> shape()