Packages

package dgram

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. dgram
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class BindOptions extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  2. type BufferMessage = |[Uint8Array, Array[Uint8Array]]
  3. trait Dgram extends Object
    Annotations
    @RawJSType() @native()
  4. type Message = |[BufferMessage, StringMessage]
  5. trait RemoteAddress extends Object
    Annotations
    @RawJSType() @native()
  6. 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")
  7. class SocketOptions extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  8. type StringMessage = |[String, Array[String]]

Value Members

  1. object Dgram extends Object with Dgram
    Annotations
    @native() @JSImport("dgram", JSImport.Namespace)

Inherited from AnyRef

Inherited from Any

Ungrouped