class NaclBidiFlow extends GraphStage[BidiShapeWithExtraIn[ByteString, ByteString, ByteString, ReceivedData, Option[ByteString]]]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NaclBidiFlow
  2. GraphStage
  3. GraphStageWithMaterializedValue
  4. Graph
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new NaclBidiFlow(ssrc: Int, serverId: RawSnowflake, userId: UserId)

Type Members

  1. type Shape = BidiShapeWithExtraIn[ByteString, ByteString, ByteString, ReceivedData, Option[ByteString]]
    Definition Classes
    Graph

Value Members

  1. def addAttributes(attr: Attributes): Graph[BidiShapeWithExtraIn[ByteString, ByteString, ByteString, ReceivedData, Option[ByteString]], NotUsed]
    Definition Classes
    Graph
  2. def async(dispatcher: String, inputBufferSize: Int): Graph[BidiShapeWithExtraIn[ByteString, ByteString, ByteString, ReceivedData, Option[ByteString]], NotUsed]
    Definition Classes
    Graph
  3. def async(dispatcher: String): Graph[BidiShapeWithExtraIn[ByteString, ByteString, ByteString, ReceivedData, Option[ByteString]], NotUsed]
    Definition Classes
    Graph
  4. def async: Graph[BidiShapeWithExtraIn[ByteString, ByteString, ByteString, ReceivedData, Option[ByteString]], NotUsed]
    Definition Classes
    Graph
  5. def createLogic(inheritedAttributes: Attributes): GraphStageLogic
    Definition Classes
    NaclBidiFlow → GraphStage
  6. final def createLogicAndMaterializedValue(inheritedAttributes: Attributes): (GraphStageLogic, NotUsed)
    Definition Classes
    GraphStage → GraphStageWithMaterializedValue
  7. val in1: Inlet[ByteString]
  8. val in2: Inlet[ByteString]
  9. def named(name: String): Graph[BidiShapeWithExtraIn[ByteString, ByteString, ByteString, ReceivedData, Option[ByteString]], NotUsed]
    Definition Classes
    Graph
  10. val out1: Outlet[ByteString]
  11. val out2: Outlet[ReceivedData]
  12. val secretKeysIn: Inlet[Option[ByteString]]
  13. def shape: BidiShapeWithExtraIn[ByteString, ByteString, ByteString, ReceivedData, Option[ByteString]]
    Definition Classes
    NaclBidiFlow → Graph
  14. final def withAttributes(attr: Attributes): Graph[BidiShapeWithExtraIn[ByteString, ByteString, ByteString, ReceivedData, Option[ByteString]], NotUsed]
    Definition Classes
    GraphStageWithMaterializedValue → Graph