Class HttpResponseRendererFactory.HttpResponseRenderer
java.lang.Object
org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.HttpResponseRenderer
- Enclosing class:
- HttpResponseRendererFactory
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic interface -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.pekko.stream.Graph<S,M> addAttributes(org.apache.pekko.stream.Attributes attr) static org.apache.pekko.stream.Graph<S,M> async()static org.apache.pekko.stream.Graph<S,M> static org.apache.pekko.stream.Graph<S,M> static org.apache.pekko.stream.stage.GraphStageLogiccreateLogic(org.apache.pekko.stream.Attributes inheritedAttributes) static final scala.Tuple2<org.apache.pekko.stream.stage.GraphStageLogic,org.apache.pekko.NotUsed> createLogicAndMaterializedValue(org.apache.pekko.stream.Attributes inheritedAttributes) static scala.Tuple2<org.apache.pekko.stream.stage.GraphStageLogic,M> createLogicAndMaterializedValue(org.apache.pekko.stream.Attributes inheritedAttributes, org.apache.pekko.stream.Materializer materializer) static org.apache.pekko.stream.Attributesstatic org.apache.pekko.stream.Inlet<ResponseRenderingContext>in()protected static org.apache.pekko.stream.Attributesstatic org.apache.pekko.stream.Graph<S,M> static org.apache.pekko.stream.Outlet<ResponseRenderingOutput>out()static org.apache.pekko.stream.FlowShape<ResponseRenderingContext,ResponseRenderingOutput> shape()static final org.apache.pekko.stream.impl.TraversalBuilderstatic final org.apache.pekko.stream.Graph<S,M> withAttributes(org.apache.pekko.stream.Attributes attr)
-
Constructor Details
-
HttpResponseRenderer
public HttpResponseRenderer()
-
-
Method Details
-
in
-
out
-
shape
public static org.apache.pekko.stream.FlowShape<ResponseRenderingContext,ResponseRenderingOutput> shape() -
createLogic
public static org.apache.pekko.stream.stage.GraphStageLogic createLogic(org.apache.pekko.stream.Attributes inheritedAttributes) -
named
-
async
public static org.apache.pekko.stream.Graph<S,M> async() -
async
-
async
-
addAttributes
public static org.apache.pekko.stream.Graph<S,M> addAttributes(org.apache.pekko.stream.Attributes attr) -
getAttributes
public static org.apache.pekko.stream.Attributes getAttributes() -
createLogicAndMaterializedValue
public static scala.Tuple2<org.apache.pekko.stream.stage.GraphStageLogic,M> createLogicAndMaterializedValue(org.apache.pekko.stream.Attributes inheritedAttributes, org.apache.pekko.stream.Materializer materializer) -
initialAttributes
protected static org.apache.pekko.stream.Attributes initialAttributes() -
traversalBuilder
public static final org.apache.pekko.stream.impl.TraversalBuilder traversalBuilder() -
withAttributes
public static final org.apache.pekko.stream.Graph<S,M> withAttributes(org.apache.pekko.stream.Attributes attr) -
createLogicAndMaterializedValue
public static final scala.Tuple2<org.apache.pekko.stream.stage.GraphStageLogic,org.apache.pekko.NotUsed> createLogicAndMaterializedValue(org.apache.pekko.stream.Attributes inheritedAttributes)
-