Class HttpResponseRendererFactory.HttpResponseRenderer
java.lang.Object
org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.HttpResponseRenderer
- Enclosing class:
- HttpResponseRendererFactory
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic interface
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
HttpResponseRendererpublic HttpResponseRenderer()
 
- 
- 
Method Details- 
in
- 
out
- 
shapepublic static org.apache.pekko.stream.FlowShape<ResponseRenderingContext,ResponseRenderingOutput> shape()
- 
createLogicpublic static org.apache.pekko.stream.stage.GraphStageLogic createLogic(org.apache.pekko.stream.Attributes inheritedAttributes) 
- 
named
- 
asyncpublic static org.apache.pekko.stream.Graph<S,M> async()
- 
async
- 
async
- 
addAttributespublic static org.apache.pekko.stream.Graph<S,M> addAttributes(org.apache.pekko.stream.Attributes attr) 
- 
getAttributespublic static org.apache.pekko.stream.Attributes getAttributes()
- 
createLogicAndMaterializedValuepublic static scala.Tuple2<org.apache.pekko.stream.stage.GraphStageLogic,M> createLogicAndMaterializedValue(org.apache.pekko.stream.Attributes inheritedAttributes, org.apache.pekko.stream.Materializer materializer) 
- 
initialAttributesprotected static org.apache.pekko.stream.Attributes initialAttributes()
- 
traversalBuilderpublic static final org.apache.pekko.stream.impl.TraversalBuilder traversalBuilder()
- 
withAttributespublic static final org.apache.pekko.stream.Graph<S,M> withAttributes(org.apache.pekko.stream.Attributes attr) 
- 
createLogicAndMaterializedValuepublic static final scala.Tuple2<org.apache.pekko.stream.stage.GraphStageLogic,org.apache.pekko.NotUsed> createLogicAndMaterializedValue(org.apache.pekko.stream.Attributes inheritedAttributes) 
 
-