Class HeaderDecompression

  • All Implemented Interfaces:
    akka.stream.Graph<akka.stream.FlowShape<FrameEvent,​FrameEvent>,​akka.NotUsed>

    public final class HeaderDecompression
    extends akka.stream.stage.GraphStage<akka.stream.FlowShape<FrameEvent,​FrameEvent>>
    INTERNAL API

    Can be used on server and client side.

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      akka.stream.stage.GraphStageLogic createLogic​(akka.stream.Attributes inheritedAttributes)  
      akka.stream.Inlet<FrameEvent> eventsIn()  
      akka.stream.Outlet<FrameEvent> eventsOut()  
      akka.stream.FlowShape<FrameEvent,​FrameEvent> shape()  
      java.nio.charset.Charset US_ASCII()  
      java.nio.charset.Charset UTF8()  
      • 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
    • Method Detail

      • US_ASCII

        public java.nio.charset.Charset US_ASCII()
      • UTF8

        public java.nio.charset.Charset UTF8()
      • 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>>
      • eventsIn

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

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