class NaclBidiFlow extends GraphStage[BidiShapeWithExtraIn[ByteString, ByteString, ByteString, ReceivedData, Option[ByteString]]]
- Source
- NaclBidiFlow.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NaclBidiFlow
- GraphStage
- GraphStageWithMaterializedValue
- Graph
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new NaclBidiFlow(ssrc: Int, serverId: RawSnowflake, userId: UserId)
Type Members
- type Shape = BidiShapeWithExtraIn[ByteString, ByteString, ByteString, ReceivedData, Option[ByteString]]
- Definition Classes
- Graph
Value Members
- def addAttributes(attr: Attributes): Graph[BidiShapeWithExtraIn[ByteString, ByteString, ByteString, ReceivedData, Option[ByteString]], NotUsed]
- Definition Classes
- Graph
- def async(dispatcher: String, inputBufferSize: Int): Graph[BidiShapeWithExtraIn[ByteString, ByteString, ByteString, ReceivedData, Option[ByteString]], NotUsed]
- Definition Classes
- Graph
- def async(dispatcher: String): Graph[BidiShapeWithExtraIn[ByteString, ByteString, ByteString, ReceivedData, Option[ByteString]], NotUsed]
- Definition Classes
- Graph
- def async: Graph[BidiShapeWithExtraIn[ByteString, ByteString, ByteString, ReceivedData, Option[ByteString]], NotUsed]
- Definition Classes
- Graph
- def createLogic(inheritedAttributes: Attributes): GraphStageLogic
- Definition Classes
- NaclBidiFlow → GraphStage
- final def createLogicAndMaterializedValue(inheritedAttributes: Attributes): (GraphStageLogic, NotUsed)
- Definition Classes
- GraphStage → GraphStageWithMaterializedValue
- val in1: Inlet[ByteString]
- val in2: Inlet[ByteString]
- def named(name: String): Graph[BidiShapeWithExtraIn[ByteString, ByteString, ByteString, ReceivedData, Option[ByteString]], NotUsed]
- Definition Classes
- Graph
- val out1: Outlet[ByteString]
- val out2: Outlet[ReceivedData]
- val secretKeysIn: Inlet[Option[ByteString]]
- def shape: BidiShapeWithExtraIn[ByteString, ByteString, ByteString, ReceivedData, Option[ByteString]]
- Definition Classes
- NaclBidiFlow → Graph
- final def withAttributes(attr: Attributes): Graph[BidiShapeWithExtraIn[ByteString, ByteString, ByteString, ReceivedData, Option[ByteString]], NotUsed]
- Definition Classes
- GraphStageWithMaterializedValue → Graph