Class HeaderCompression

java.lang.Object
org.apache.pekko.http.impl.engine.http2.hpack.HeaderCompression

public class HeaderCompression extends Object
INTERNAL API
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.apache.pekko.stream.Graph<S,M>
    addAttributes(org.apache.pekko.stream.Attributes attr)
     
    static org.apache.pekko.stream.Graph<S,M>
     
    static org.apache.pekko.stream.Graph<S,M>
    async(String dispatcher)
     
    static org.apache.pekko.stream.Graph<S,M>
    async(String dispatcher, int inputBufferSize)
     
    static org.apache.pekko.stream.stage.GraphStageLogic
    createLogic(org.apache.pekko.stream.Attributes inheritedAttributes)
     
    static final scala.Tuple2<org.apache.pekko.stream.stage.GraphStageLogic,org.apache.pekko.NotUsed>
    createLogicAndMaterializedValue(org.apache.pekko.stream.Attributes inheritedAttributes)
     
    static scala.Tuple2<org.apache.pekko.stream.stage.GraphStageLogic,M>
    createLogicAndMaterializedValue(org.apache.pekko.stream.Attributes inheritedAttributes, org.apache.pekko.stream.Materializer materializer)
     
    static org.apache.pekko.stream.Inlet<FrameEvent>
     
    static org.apache.pekko.stream.Outlet<FrameEvent>
     
    static org.apache.pekko.stream.Attributes
     
    protected static org.apache.pekko.stream.Attributes
     
    static org.apache.pekko.stream.Graph<S,M>
    named(String name)
     
    static org.apache.pekko.stream.FlowShape<FrameEvent,FrameEvent>
     
    static final org.apache.pekko.stream.impl.TraversalBuilder
     
    static final org.apache.pekko.stream.Graph<S,M>
    withAttributes(org.apache.pekko.stream.Attributes attr)
     

    Methods inherited from class java.lang.Object

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

    • HeaderCompression

      public HeaderCompression()
  • Method Details

    • eventsIn

      public static org.apache.pekko.stream.Inlet<FrameEvent> eventsIn()
    • eventsOut

      public static org.apache.pekko.stream.Outlet<FrameEvent> eventsOut()
    • shape

      public static org.apache.pekko.stream.FlowShape<FrameEvent,FrameEvent> shape()
    • createLogic

      public static org.apache.pekko.stream.stage.GraphStageLogic createLogic(org.apache.pekko.stream.Attributes inheritedAttributes)
    • named

      public static org.apache.pekko.stream.Graph<S,M> named(String name)
    • async

      public static org.apache.pekko.stream.Graph<S,M> async()
    • async

      public static org.apache.pekko.stream.Graph<S,M> async(String dispatcher)
    • async

      public static org.apache.pekko.stream.Graph<S,M> async(String dispatcher, int inputBufferSize)
    • addAttributes

      public static org.apache.pekko.stream.Graph<S,M> addAttributes(org.apache.pekko.stream.Attributes attr)
    • getAttributes

      public static org.apache.pekko.stream.Attributes getAttributes()
    • createLogicAndMaterializedValue

      public static scala.Tuple2<org.apache.pekko.stream.stage.GraphStageLogic,M> createLogicAndMaterializedValue(org.apache.pekko.stream.Attributes inheritedAttributes, org.apache.pekko.stream.Materializer materializer)
    • initialAttributes

      protected static org.apache.pekko.stream.Attributes initialAttributes()
    • traversalBuilder

      public static final org.apache.pekko.stream.impl.TraversalBuilder traversalBuilder()
    • withAttributes

      public static final org.apache.pekko.stream.Graph<S,M> withAttributes(org.apache.pekko.stream.Attributes attr)
    • createLogicAndMaterializedValue

      public static final scala.Tuple2<org.apache.pekko.stream.stage.GraphStageLogic,org.apache.pekko.NotUsed> createLogicAndMaterializedValue(org.apache.pekko.stream.Attributes inheritedAttributes)