Packages

object nodeNetMod

Source
nodeNetMod.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. nodeNetMod
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class BlockList extends netMod.BlockList
    Annotations
    @JSType() @JSImport("node:net", "BlockList") @native()
  2. class Server extends Object with StObject
    Annotations
    @JSType() @JSImport("node:net", "Server") @native()
  3. class Socket extends Object with StObject
    Annotations
    @JSType() @JSImport("node:net", "Socket") @native()
  4. class SocketAddress extends netMod.SocketAddress

    Immutable socket address.

    Immutable socket address.

    Annotations
    @JSType() @JSImport("node:net", "SocketAddress") @native()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val ^: Any
    Annotations
    @JSImport("node:net", JSImport.Namespace) @native()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  7. def connect(port: Double, host: Unit, connectionListener: Function0[Unit]): netMod.Socket
    Annotations
    @inline()
  8. def connect(port: Double, host: java.lang.String, connectionListener: Function0[Unit]): netMod.Socket
    Annotations
    @inline()
  9. def connect(port: Double, host: java.lang.String): netMod.Socket
    Annotations
    @inline()
  10. def connect(port: Double): netMod.Socket
    Annotations
    @inline()
  11. def connect(path: java.lang.String, connectionListener: Function0[Unit]): netMod.Socket
    Annotations
    @inline()
  12. def connect(path: java.lang.String): netMod.Socket
    Annotations
    @inline()
  13. def connect(options: NetConnectOpts, connectionListener: Function0[Unit]): netMod.Socket
    Annotations
    @inline()
  14. def connect(options: NetConnectOpts): netMod.Socket
    Annotations
    @inline()
  15. def createConnection(port: Double, host: Unit, connectionListener: Function0[Unit]): netMod.Socket
    Annotations
    @inline()
  16. def createConnection(port: Double, host: java.lang.String, connectionListener: Function0[Unit]): netMod.Socket
    Annotations
    @inline()
  17. def createConnection(port: Double, host: java.lang.String): netMod.Socket
    Annotations
    @inline()
  18. def createConnection(port: Double): netMod.Socket
    Annotations
    @inline()
  19. def createConnection(path: java.lang.String, connectionListener: Function0[Unit]): netMod.Socket
    Annotations
    @inline()
  20. def createConnection(path: java.lang.String): netMod.Socket
    Annotations
    @inline()
  21. def createConnection(options: NetConnectOpts, connectionListener: Function0[Unit]): netMod.Socket
    Annotations
    @inline()
  22. def createConnection(options: NetConnectOpts): netMod.Socket
    Annotations
    @inline()
  23. def createServer(options: Unit, connectionListener: Function1[netMod.Socket, Unit]): netMod.Server
    Annotations
    @inline()
  24. def createServer(options: ServerOpts, connectionListener: Function1[netMod.Socket, Unit]): netMod.Server
    Annotations
    @inline()
  25. def createServer(options: ServerOpts): netMod.Server
    Annotations
    @inline()
  26. def createServer(connectionListener: Function1[netMod.Socket, Unit]): netMod.Server
    Annotations
    @inline()
  27. def createServer(): netMod.Server
    Annotations
    @inline()
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  30. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  32. def isIP(input: java.lang.String): Double
    Annotations
    @inline()
  33. def isIPv4(input: java.lang.String): Boolean
    Annotations
    @inline()
  34. def isIPv6(input: java.lang.String): Boolean
    Annotations
    @inline()
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped