class GrpcFramingDecoderStage extends ByteStringParser[Frame]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GrpcFramingDecoderStage
- ByteStringParser
- GraphStage
- GraphStageWithMaterializedValue
- Graph
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Type Members
Value Members
-
def
addAttributes(attr: Attributes): Graph[FlowShape[ByteString, Frame], NotUsed]
- Definition Classes
- Graph
-
def
async(dispatcher: String, inputBufferSize: Int): Graph[FlowShape[ByteString, Frame], NotUsed]
- Definition Classes
- Graph
-
def
async(dispatcher: String): Graph[FlowShape[ByteString, Frame], NotUsed]
- Definition Classes
- Graph
-
def
async: Graph[FlowShape[ByteString, Frame], NotUsed]
- Definition Classes
- Graph
-
def
createLogic(inheritedAttributes: Attributes): GraphStageLogic
- Definition Classes
- GrpcFramingDecoderStage → GraphStage
-
final
def
createLogicAndMaterializedValue(inheritedAttributes: Attributes): (GraphStageLogic, NotUsed)
- Definition Classes
- GraphStage → GraphStageWithMaterializedValue
-
def
initialAttributes: Attributes
- Definition Classes
- ByteStringParser → GraphStageWithMaterializedValue
-
def
named(name: String): Graph[FlowShape[ByteString, Frame], NotUsed]
- Definition Classes
- Graph
-
final
val
shape: FlowShape[ByteString, Frame]
- Definition Classes
- ByteStringParser → Graph
-
final
def
withAttributes(attr: Attributes): Graph[FlowShape[ByteString, Frame], NotUsed]
- Definition Classes
- GraphStageWithMaterializedValue → Graph