public static class HttpServerBluePrint.ControllerStage extends org.apache.pekko.stream.stage.GraphStage<org.apache.pekko.stream.BidiShape<ParserOutput.RequestOutput,ParserOutput.RequestOutput,HttpResponse,ResponseRenderingContext>>
Constructor and Description |
---|
ControllerStage(ServerSettings settings,
org.apache.pekko.event.LoggingAdapter log) |
Modifier and Type | Method and Description |
---|---|
org.apache.pekko.stream.stage.GraphStageLogic |
createLogic(org.apache.pekko.stream.Attributes effectiveAttributes) |
scala.Tuple2<org.apache.pekko.stream.stage.GraphStageLogic,org.apache.pekko.NotUsed$> |
createLogicAndMaterializedValue(org.apache.pekko.stream.Attributes inheritedAttributes,
org.apache.pekko.stream.Materializer outerMaterializer) |
org.apache.pekko.stream.Attributes |
initialAttributes() |
org.apache.pekko.stream.BidiShape<ParserOutput.RequestOutput,ParserOutput.RequestOutput,HttpResponse,ResponseRenderingContext> |
shape() |
createLogicAndMaterializedValue
addAttributes, async, async, async, getAttributes, named, traversalBuilder, withAttributes
public ControllerStage(ServerSettings settings, org.apache.pekko.event.LoggingAdapter log)
public org.apache.pekko.stream.stage.GraphStageLogic createLogic(org.apache.pekko.stream.Attributes effectiveAttributes)
createLogic
in class org.apache.pekko.stream.stage.GraphStage<org.apache.pekko.stream.BidiShape<ParserOutput.RequestOutput,ParserOutput.RequestOutput,HttpResponse,ResponseRenderingContext>>
public scala.Tuple2<org.apache.pekko.stream.stage.GraphStageLogic,org.apache.pekko.NotUsed$> createLogicAndMaterializedValue(org.apache.pekko.stream.Attributes inheritedAttributes, org.apache.pekko.stream.Materializer outerMaterializer)
public org.apache.pekko.stream.Attributes initialAttributes()
initialAttributes
in class org.apache.pekko.stream.stage.GraphStageWithMaterializedValue<org.apache.pekko.stream.BidiShape<ParserOutput.RequestOutput,ParserOutput.RequestOutput,HttpResponse,ResponseRenderingContext>,org.apache.pekko.NotUsed>
public org.apache.pekko.stream.BidiShape<ParserOutput.RequestOutput,ParserOutput.RequestOutput,HttpResponse,ResponseRenderingContext> shape()