public final class HttpRequestParser extends akka.stream.stage.GraphStage<akka.stream.FlowShape<akka.stream.TLSProtocol.SessionBytes,ParserOutput.RequestOutput>>
Constructor and Description |
---|
HttpRequestParser(ParserSettings settings,
WebSocketSettings websocketSettings,
boolean rawRequestUriHeader,
HttpHeaderParser headerParser) |
Modifier and Type | Method and 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() |
addAttributes, async, async, async, createLogicAndMaterializedValue, named, traversalBuilder, withAttributes
public HttpRequestParser(ParserSettings settings, WebSocketSettings websocketSettings, boolean rawRequestUriHeader, HttpHeaderParser headerParser)
public akka.stream.stage.GraphStageLogic createLogic(akka.stream.Attributes inheritedAttributes)
createLogic
in class akka.stream.stage.GraphStage<akka.stream.FlowShape<akka.stream.TLSProtocol.SessionBytes,ParserOutput.RequestOutput>>
public akka.stream.Inlet<akka.stream.TLSProtocol.SessionBytes> in()
protected akka.stream.Attributes initialAttributes()
initialAttributes
in class akka.stream.stage.GraphStageWithMaterializedValue<akka.stream.FlowShape<akka.stream.TLSProtocol.SessionBytes,ParserOutput.RequestOutput>,akka.NotUsed>
public akka.stream.Outlet<ParserOutput.RequestOutput> out()
public akka.stream.FlowShape<akka.stream.TLSProtocol.SessionBytes,ParserOutput.RequestOutput> shape()
public java.lang.String toString()
toString
in class java.lang.Object