Package akka.http.impl.engine.rendering
Class HttpResponseRendererFactory.HttpResponseRenderer
- java.lang.Object
-
- akka.http.impl.engine.rendering.HttpResponseRendererFactory.HttpResponseRenderer
-
- Enclosing class:
- HttpResponseRendererFactory
public class HttpResponseRendererFactory.HttpResponseRenderer extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
HttpResponseRendererFactory.HttpResponseRenderer.HeadersAndStreamedEntity
class
HttpResponseRendererFactory.HttpResponseRenderer.HeadersAndStreamedEntity$
class
HttpResponseRendererFactory.HttpResponseRenderer.Strict
class
HttpResponseRendererFactory.HttpResponseRenderer.Strict$
static interface
HttpResponseRendererFactory.HttpResponseRenderer.StrictOrStreamed
-
Constructor Summary
Constructors Constructor Description HttpResponseRenderer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static akka.stream.Graph<S,M>
addAttributes(akka.stream.Attributes attr)
static akka.stream.Graph<S,M>
async()
static akka.stream.Graph<S,M>
async(java.lang.String dispatcher)
static akka.stream.Graph<S,M>
async(java.lang.String dispatcher, int inputBufferSize)
static akka.stream.stage.GraphStageLogic
createLogic(akka.stream.Attributes inheritedAttributes)
static scala.Tuple2<akka.stream.stage.GraphStageLogic,akka.NotUsed>
createLogicAndMaterializedValue(akka.stream.Attributes inheritedAttributes)
static scala.Tuple2<akka.stream.stage.GraphStageLogic,M>
createLogicAndMaterializedValue(akka.stream.Attributes inheritedAttributes, akka.stream.Materializer materializer)
static akka.stream.Attributes
getAttributes()
static akka.stream.Inlet<ResponseRenderingContext>
in()
protected static akka.stream.Attributes
initialAttributes()
static akka.stream.Graph<S,M>
named(java.lang.String name)
static akka.stream.Outlet<ResponseRenderingOutput>
out()
static akka.stream.FlowShape<ResponseRenderingContext,ResponseRenderingOutput>
shape()
static akka.stream.impl.TraversalBuilder
traversalBuilder()
static akka.stream.Graph<S,M>
withAttributes(akka.stream.Attributes attr)
-
-
-
Method Detail
-
in
public static akka.stream.Inlet<ResponseRenderingContext> in()
-
out
public static akka.stream.Outlet<ResponseRenderingOutput> out()
-
shape
public static akka.stream.FlowShape<ResponseRenderingContext,ResponseRenderingOutput> shape()
-
createLogic
public static akka.stream.stage.GraphStageLogic createLogic(akka.stream.Attributes inheritedAttributes)
-
named
public static akka.stream.Graph<S,M> named(java.lang.String name)
-
async
public static akka.stream.Graph<S,M> async()
-
async
public static akka.stream.Graph<S,M> async(java.lang.String dispatcher)
-
async
public static akka.stream.Graph<S,M> async(java.lang.String dispatcher, int inputBufferSize)
-
addAttributes
public static akka.stream.Graph<S,M> addAttributes(akka.stream.Attributes attr)
-
getAttributes
public static akka.stream.Attributes getAttributes()
-
createLogicAndMaterializedValue
public static scala.Tuple2<akka.stream.stage.GraphStageLogic,M> createLogicAndMaterializedValue(akka.stream.Attributes inheritedAttributes, akka.stream.Materializer materializer)
-
initialAttributes
protected static akka.stream.Attributes initialAttributes()
-
traversalBuilder
public static final akka.stream.impl.TraversalBuilder traversalBuilder()
-
withAttributes
public static final akka.stream.Graph<S,M> withAttributes(akka.stream.Attributes attr)
-
createLogicAndMaterializedValue
public static final scala.Tuple2<akka.stream.stage.GraphStageLogic,akka.NotUsed> createLogicAndMaterializedValue(akka.stream.Attributes inheritedAttributes)
-
-