Class HeaderCompression$

java.lang.Object
akka.stream.stage.GraphStageWithMaterializedValue<S,akka.NotUsed>
akka.stream.stage.GraphStage<akka.stream.FlowShape<FrameEvent,FrameEvent>>
akka.http.impl.engine.http2.hpack.HeaderCompression$
All Implemented Interfaces:
akka.stream.Graph<akka.stream.FlowShape<FrameEvent,FrameEvent>,akka.NotUsed>

public class HeaderCompression$ extends akka.stream.stage.GraphStage<akka.stream.FlowShape<FrameEvent,FrameEvent>>
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>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final HeaderCompression$
    Static reference to the singleton instance of this Scala 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>
     
    akka.stream.Outlet<FrameEvent>
     
    akka.stream.FlowShape<FrameEvent,FrameEvent>
     

    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
  • Field Details

    • MODULE$

      public static final HeaderCompression$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • HeaderCompression$

      public HeaderCompression$()
  • Method Details

    • eventsIn

      public akka.stream.Inlet<FrameEvent> eventsIn()
    • eventsOut

      public akka.stream.Outlet<FrameEvent> eventsOut()
    • shape

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

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