Class LineParser
- java.lang.Object
-
- akka.stream.stage.GraphStageWithMaterializedValue<S,akka.NotUsed>
-
- akka.stream.stage.GraphStage<akka.stream.FlowShape<akka.util.ByteString,java.lang.String>>
-
- akka.http.scaladsl.unmarshalling.sse.LineParser
-
- All Implemented Interfaces:
akka.stream.Graph<akka.stream.FlowShape<akka.util.ByteString,java.lang.String>,akka.NotUsed>
public final class LineParser extends akka.stream.stage.GraphStage<akka.stream.FlowShape<akka.util.ByteString,java.lang.String>>
INTERNAL API
-
-
Constructor Summary
Constructors Constructor Description LineParser(int maxLineSize)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static byte
CR()
akka.stream.stage.GraphStageLogic
createLogic(akka.stream.Attributes attributes)
static byte
LF()
akka.stream.FlowShape<akka.util.ByteString,java.lang.String>
shape()
-
-
-
Method Detail
-
CR
public static byte CR()
-
LF
public static byte LF()
-
shape
public akka.stream.FlowShape<akka.util.ByteString,java.lang.String> shape()
-
createLogic
public akka.stream.stage.GraphStageLogic createLogic(akka.stream.Attributes attributes)
- Specified by:
createLogic
in classakka.stream.stage.GraphStage<akka.stream.FlowShape<akka.util.ByteString,java.lang.String>>
-
-