Package akka.http.impl.engine.parsing
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
-
-
Constructor Summary
Constructors Constructor Description HttpRequestParser(ParserSettings settings, WebSocketSettings websocketSettings, boolean rawRequestUriHeader, HttpHeaderParser headerParser)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description akka.stream.stage.GraphStageLogiccreateLogic(akka.stream.Attributes inheritedAttributes)akka.stream.Inlet<akka.stream.TLSProtocol.SessionBytes>in()protected akka.stream.AttributesinitialAttributes()akka.stream.Outlet<ParserOutput.RequestOutput>out()akka.stream.FlowShape<akka.stream.TLSProtocol.SessionBytes,ParserOutput.RequestOutput>shape()java.lang.StringtoString()
-
-
-
Constructor Detail
-
HttpRequestParser
public HttpRequestParser(ParserSettings settings, WebSocketSettings websocketSettings, boolean rawRequestUriHeader, HttpHeaderParser headerParser)
-
-
Method Detail
-
createLogic
public akka.stream.stage.GraphStageLogic createLogic(akka.stream.Attributes inheritedAttributes)
- Specified by:
createLogicin classakka.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:
initialAttributesin classakka.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 java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-