Package akka.http.impl.engine.server
Class HttpServerBluePrint.ControllerStage
- java.lang.Object
-
- akka.stream.stage.GraphStageWithMaterializedValue<S,akka.NotUsed>
-
- akka.stream.stage.GraphStage<akka.stream.BidiShape<ParserOutput.RequestOutput,ParserOutput.RequestOutput,HttpResponse,ResponseRenderingContext>>
-
- akka.http.impl.engine.server.HttpServerBluePrint.ControllerStage
-
- All Implemented Interfaces:
akka.stream.Graph<akka.stream.BidiShape<ParserOutput.RequestOutput,ParserOutput.RequestOutput,HttpResponse,ResponseRenderingContext>,akka.NotUsed>
- Enclosing class:
- HttpServerBluePrint
public static class HttpServerBluePrint.ControllerStage extends akka.stream.stage.GraphStage<akka.stream.BidiShape<ParserOutput.RequestOutput,ParserOutput.RequestOutput,HttpResponse,ResponseRenderingContext>>
-
-
Constructor Summary
Constructors Constructor Description ControllerStage(ServerSettings settings, akka.event.LoggingAdapter log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description akka.stream.stage.GraphStageLogic
createLogic(akka.stream.Attributes effectiveAttributes)
scala.Tuple2<akka.stream.stage.GraphStageLogic,akka.NotUsed$>
createLogicAndMaterializedValue(akka.stream.Attributes inheritedAttributes, akka.stream.Materializer outerMaterializer)
akka.stream.Attributes
initialAttributes()
akka.stream.BidiShape<ParserOutput.RequestOutput,ParserOutput.RequestOutput,HttpResponse,ResponseRenderingContext>
shape()
-
-
-
Constructor Detail
-
ControllerStage
public ControllerStage(ServerSettings settings, akka.event.LoggingAdapter log)
-
-
Method Detail
-
createLogic
public akka.stream.stage.GraphStageLogic createLogic(akka.stream.Attributes effectiveAttributes)
- Specified by:
createLogic
in classakka.stream.stage.GraphStage<akka.stream.BidiShape<ParserOutput.RequestOutput,ParserOutput.RequestOutput,HttpResponse,ResponseRenderingContext>>
-
createLogicAndMaterializedValue
public scala.Tuple2<akka.stream.stage.GraphStageLogic,akka.NotUsed$> createLogicAndMaterializedValue(akka.stream.Attributes inheritedAttributes, akka.stream.Materializer outerMaterializer)
-
initialAttributes
public akka.stream.Attributes initialAttributes()
- Overrides:
initialAttributes
in classakka.stream.stage.GraphStageWithMaterializedValue<akka.stream.BidiShape<ParserOutput.RequestOutput,ParserOutput.RequestOutput,HttpResponse,ResponseRenderingContext>,akka.NotUsed>
-
shape
public akka.stream.BidiShape<ParserOutput.RequestOutput,ParserOutput.RequestOutput,HttpResponse,ResponseRenderingContext> shape()
-
-