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.GraphStageLogic
createLogic(akka.stream.Attributes inheritedAttributes)
akka.stream.Inlet<akka.stream.TLSProtocol.SessionBytes>
in()
protected akka.stream.Attributes
initialAttributes()
akka.stream.Outlet<ParserOutput.RequestOutput>
out()
akka.stream.FlowShape<akka.stream.TLSProtocol.SessionBytes,ParserOutput.RequestOutput>
shape()
java.lang.String
toString()
-
-
-
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:
createLogic
in 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:
initialAttributes
in 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:
toString
in classjava.lang.Object
-
-