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>>
-
Nested Class Summary
Nested classes/interfaces inherited from interface akka.stream.Graph
akka.stream.Graph.GraphMapMatVal<S extends akka.stream.Shape,
M extends Object> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionakka.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
akka.stream.BidiShape<ParserOutput.RequestOutput,
ParserOutput.RequestOutput, HttpResponse, ResponseRenderingContext> shape()
Methods inherited from class akka.stream.stage.GraphStage
createLogicAndMaterializedValue
Methods inherited from class akka.stream.stage.GraphStageWithMaterializedValue
addAttributes, async, async, async, getAttributes, named, traversalBuilder, withAttributes
-
Constructor Details
-
ControllerStage
-
-
Method Details
-
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, shape()HttpResponse, ResponseRenderingContext>
-