class UdpConnectedFlow extends GraphStage[FlowShape[ByteString, ByteString]]
- Source
- UdpConnectedFlow.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UdpConnectedFlow
- GraphStage
- GraphStageWithMaterializedValue
- Graph
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new UdpConnectedFlow(remoteAddress: InetSocketAddress, localAddress: Option[InetSocketAddress], connectOptions: Iterable[SocketOption])(implicit system: ActorSystem[Nothing])
Type Members
- type Shape = FlowShape[ByteString, ByteString]
- Definition Classes
- Graph
Value Members
- def addAttributes(attr: Attributes): Graph[FlowShape[ByteString, ByteString], NotUsed]
- Definition Classes
- Graph
- def async(dispatcher: String, inputBufferSize: Int): Graph[FlowShape[ByteString, ByteString], NotUsed]
- Definition Classes
- Graph
- def async(dispatcher: String): Graph[FlowShape[ByteString, ByteString], NotUsed]
- Definition Classes
- Graph
- def async: Graph[FlowShape[ByteString, ByteString], NotUsed]
- Definition Classes
- Graph
- def createLogic(inheritedAttributes: Attributes): GraphStageLogic
- Definition Classes
- UdpConnectedFlow → GraphStage
- final def createLogicAndMaterializedValue(inheritedAttributes: Attributes): (GraphStageLogic, NotUsed)
- Definition Classes
- GraphStage → GraphStageWithMaterializedValue
- val in: Inlet[ByteString]
- def named(name: String): Graph[FlowShape[ByteString, ByteString], NotUsed]
- Definition Classes
- Graph
- val out: Outlet[ByteString]
- def shape: FlowShape[ByteString, ByteString]
- Definition Classes
- UdpConnectedFlow → Graph
- final def withAttributes(attr: Attributes): Graph[FlowShape[ByteString, ByteString], NotUsed]
- Definition Classes
- GraphStageWithMaterializedValue → Graph