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