Class HttpRequestParser

java.lang.Object
akka.stream.stage.GraphStageWithMaterializedValue<S,akka.NotUsed>
akka.stream.stage.GraphStage<akka.stream.FlowShape<akka.stream.TLSProtocol.SessionBytes,ParserOutput.RequestOutput>>
akka.http.impl.engine.parsing.HttpRequestParser
All Implemented Interfaces:
akka.stream.Graph<akka.stream.FlowShape<akka.stream.TLSProtocol.SessionBytes,ParserOutput.RequestOutput>,akka.NotUsed>

public final class HttpRequestParser extends akka.stream.stage.GraphStage<akka.stream.FlowShape<akka.stream.TLSProtocol.SessionBytes,ParserOutput.RequestOutput>>
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
    HttpRequestParser(ParserSettings settings, WebSocketSettings websocketSettings, boolean rawRequestUriHeader, HttpHeaderParser headerParser)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    akka.stream.stage.GraphStageLogic
    createLogic(akka.stream.Attributes inheritedAttributes)
     
    akka.stream.Inlet<akka.stream.TLSProtocol.SessionBytes>
    in()
     
    protected akka.stream.Attributes
     
    akka.stream.Outlet<ParserOutput.RequestOutput>
    out()
     
    akka.stream.FlowShape<akka.stream.TLSProtocol.SessionBytes,ParserOutput.RequestOutput>
     
     

    Methods inherited from class akka.stream.stage.GraphStage

    createLogicAndMaterializedValue

    Methods inherited from class akka.stream.stage.GraphStageWithMaterializedValue

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

    Methods inherited from class java.lang.Object

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

  • 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<akka.stream.TLSProtocol.SessionBytes,ParserOutput.RequestOutput>>
    • in

      public akka.stream.Inlet<akka.stream.TLSProtocol.SessionBytes> in()
    • initialAttributes

      protected akka.stream.Attributes initialAttributes()
      Overrides:
      initialAttributes in class akka.stream.stage.GraphStageWithMaterializedValue<akka.stream.FlowShape<akka.stream.TLSProtocol.SessionBytes,ParserOutput.RequestOutput>,akka.NotUsed>
    • out

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

      public akka.stream.FlowShape<akka.stream.TLSProtocol.SessionBytes,ParserOutput.RequestOutput> shape()
    • toString

      public String toString()
      Overrides:
      toString in class Object