public class HttpResponseRendererFactory.HttpResponseRenderer
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
| class  | HttpResponseRendererFactory.HttpResponseRenderer.HeadersAndStreamedEntity | 
| class  | HttpResponseRendererFactory.HttpResponseRenderer.HeadersAndStreamedEntity$ | 
| class  | HttpResponseRendererFactory.HttpResponseRenderer.Strict | 
| class  | HttpResponseRendererFactory.HttpResponseRenderer.Strict$ | 
| static interface  | HttpResponseRendererFactory.HttpResponseRenderer.StrictOrStreamed | 
| Constructor and Description | 
|---|
| HttpResponseRenderer() | 
| Modifier and Type | Method and Description | 
|---|---|
| static 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> | async(java.lang.String dispatcher) | 
| static org.apache.pekko.stream.Graph<S,M> | async(java.lang.String dispatcher,
     int inputBufferSize) | 
| static org.apache.pekko.stream.stage.GraphStageLogic | createLogic(org.apache.pekko.stream.Attributes inheritedAttributes) | 
| static 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.Attributes | getAttributes() | 
| static org.apache.pekko.stream.Inlet<ResponseRenderingContext> | in() | 
| protected static org.apache.pekko.stream.Attributes | initialAttributes() | 
| static org.apache.pekko.stream.Graph<S,M> | named(java.lang.String name) | 
| static org.apache.pekko.stream.Outlet<ResponseRenderingOutput> | out() | 
| static org.apache.pekko.stream.FlowShape<ResponseRenderingContext,ResponseRenderingOutput> | shape() | 
| static org.apache.pekko.stream.impl.TraversalBuilder | traversalBuilder() | 
| static org.apache.pekko.stream.Graph<S,M> | withAttributes(org.apache.pekko.stream.Attributes attr) | 
public static org.apache.pekko.stream.Inlet<ResponseRenderingContext> in()
public static org.apache.pekko.stream.Outlet<ResponseRenderingOutput> out()
public static org.apache.pekko.stream.FlowShape<ResponseRenderingContext,ResponseRenderingOutput> shape()
public static org.apache.pekko.stream.stage.GraphStageLogic createLogic(org.apache.pekko.stream.Attributes inheritedAttributes)
public static org.apache.pekko.stream.Graph<S,M> named(java.lang.String name)
public static org.apache.pekko.stream.Graph<S,M> async()
public static org.apache.pekko.stream.Graph<S,M> async(java.lang.String dispatcher)
public static org.apache.pekko.stream.Graph<S,M> async(java.lang.String dispatcher,
                                                       int inputBufferSize)
public static org.apache.pekko.stream.Graph<S,M> addAttributes(org.apache.pekko.stream.Attributes attr)
public static org.apache.pekko.stream.Attributes getAttributes()
public static scala.Tuple2<org.apache.pekko.stream.stage.GraphStageLogic,M> createLogicAndMaterializedValue(org.apache.pekko.stream.Attributes inheritedAttributes,
                                                                                                            org.apache.pekko.stream.Materializer materializer)
protected static org.apache.pekko.stream.Attributes initialAttributes()
public static final org.apache.pekko.stream.impl.TraversalBuilder traversalBuilder()
public static final org.apache.pekko.stream.Graph<S,M> withAttributes(org.apache.pekko.stream.Attributes attr)
public static final scala.Tuple2<org.apache.pekko.stream.stage.GraphStageLogic,org.apache.pekko.NotUsed> createLogicAndMaterializedValue(org.apache.pekko.stream.Attributes inheritedAttributes)