Packages

c

akka.grpc.internal.AbstractGrpcProtocol

GrpcFramingDecoderStage

class GrpcFramingDecoderStage extends ByteStringParser[Frame]

Source
AbstractGrpcProtocol.scala
Linear Supertypes
ByteStringParser[Frame], GraphStage[FlowShape[ByteString, Frame]], GraphStageWithMaterializedValue[FlowShape[ByteString, Frame], NotUsed], Graph[FlowShape[ByteString, Frame], NotUsed], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GrpcFramingDecoderStage
  2. ByteStringParser
  3. GraphStage
  4. GraphStageWithMaterializedValue
  5. Graph
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GrpcFramingDecoderStage(codec: Codec, deframe: (Int, ByteString) ⇒ Frame)

Type Members

  1. class ParsingLogic extends GraphStageLogic with InHandler with OutHandler
    Definition Classes
    ByteStringParser
  2. type Shape = FlowShape[ByteString, Frame]
    Definition Classes
    Graph

Value Members

  1. def addAttributes(attr: Attributes): Graph[FlowShape[ByteString, Frame], NotUsed]
    Definition Classes
    Graph
  2. def async(dispatcher: String, inputBufferSize: Int): Graph[FlowShape[ByteString, Frame], NotUsed]
    Definition Classes
    Graph
  3. def async(dispatcher: String): Graph[FlowShape[ByteString, Frame], NotUsed]
    Definition Classes
    Graph
  4. def async: Graph[FlowShape[ByteString, Frame], NotUsed]
    Definition Classes
    Graph
  5. def createLogic(inheritedAttributes: Attributes): GraphStageLogic
    Definition Classes
    GrpcFramingDecoderStage → GraphStage
  6. final def createLogicAndMaterializedValue(inheritedAttributes: Attributes): (GraphStageLogic, NotUsed)
    Definition Classes
    GraphStage → GraphStageWithMaterializedValue
  7. def initialAttributes: Attributes
    Definition Classes
    ByteStringParser → GraphStageWithMaterializedValue
  8. def named(name: String): Graph[FlowShape[ByteString, Frame], NotUsed]
    Definition Classes
    Graph
  9. final val shape: FlowShape[ByteString, Frame]
    Definition Classes
    ByteStringParser → Graph
  10. final def withAttributes(attr: Attributes): Graph[FlowShape[ByteString, Frame], NotUsed]
    Definition Classes
    GraphStageWithMaterializedValue → Graph