package dgram
- Alphabetic
- By Inheritance
- dgram
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- class BindOptions extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
- type BufferMessage = |[Uint8Array, Array[Uint8Array]]
- trait Dgram extends Object
- Annotations
- @RawJSType() @native()
- type Message = |[BufferMessage, StringMessage]
- trait RemoteAddress extends Object
- Annotations
- @RawJSType() @native()
- class Socket extends Object with IEventEmitter
The dgram.Socket object is an EventEmitter that encapsulates the datagram functionality.
The dgram.Socket object is an EventEmitter that encapsulates the datagram functionality.
New instances of dgram.Socket are created using dgram.createSocket(). The new keyword is not to be used to create dgram.Socket instances.
- Annotations
- @RawJSType() @native() @JSImport("dgram", "Socket")
- class SocketOptions extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
- type StringMessage = |[String, Array[String]]