Trait/Object

org.scalajs.nodejs.net

Net

Related Docs: object Net | package net

Permalink

trait Net extends Object with NodeModule with EventEmitter

Annotations
@RawJSType() @native()
Linear Supertypes
EventEmitter, NodeModule, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Net
  2. EventEmitter
  3. NodeModule
  4. Object
  5. Any
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def EventEmitter: Function0[EventEmitter]

    Permalink
    Definition Classes
    EventEmitter
  5. def Server: ServerClass

    Permalink
  6. def Socket: SocketClass

    Permalink
  7. def addListener(eventName: String, listener: Function): Net.this.type

    Permalink
    Definition Classes
    EventEmitter
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def connect(port: Int): Socket

    Permalink
  11. def connect(port: Int, host: String): Socket

    Permalink
  12. def connect(port: Int, host: String, connectListener: Function): Socket

    Permalink
  13. def connect(path: String): Socket

    Permalink
  14. def connect(path: String, connectListener: Function): Socket

    Permalink
  15. def connect(options: ConnectOptions): Socket

    Permalink
  16. def connect(options: ConnectOptions, callback: Function): Socket

    Permalink
  17. def createConnection(port: Int): Socket

    Permalink
  18. def createConnection(port: Int, host: String): Socket

    Permalink
  19. def createConnection(port: Int, host: String, connectListener: Function): Socket

    Permalink
  20. def createConnection(path: String): Socket

    Permalink
  21. def createConnection(path: String, connectListener: Function): Socket

    Permalink
  22. def createConnection(options: ConnectOptions): Socket

    Permalink
  23. def createConnection(options: ConnectOptions, connectListener: Function): Socket

    Permalink
  24. def createServer(): Server

    Permalink
  25. def createServer(connectionListener: Function): Server

    Permalink
  26. def createServer(options: ServerOptions): Server

    Permalink
  27. def createServer(options: ServerOptions, connectionListener: Function): Server

    Permalink
  28. var defaultMaxListeners: Int

    Permalink
    Definition Classes
    EventEmitter
  29. var domain: String

    Permalink
    Definition Classes
    EventEmitter
  30. def emit(eventName: String, arg: Any*): Boolean

    Permalink
    Definition Classes
    EventEmitter
  31. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  33. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  34. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  35. def getMaxListeners(): Int

    Permalink
    Definition Classes
    EventEmitter
  36. def hasOwnProperty(v: String): Boolean

    Permalink
    Definition Classes
    Object
  37. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  38. def isIP(input: String): Boolean

    Permalink
  39. def isIPv4(input: String): Boolean

    Permalink
  40. def isIPv6(input: String): Boolean

    Permalink
  41. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  42. def isPrototypeOf(v: Object): Boolean

    Permalink
    Definition Classes
    Object
  43. def listenerCount(eventName: String): Int

    Permalink
    Definition Classes
    EventEmitter
  44. def listeners(eventName: String): Array[Function]

    Permalink
    Definition Classes
    EventEmitter
  45. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  46. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  47. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  48. def on(eventName: String, listener: Function): Net.this.type

    Permalink
    Definition Classes
    EventEmitter
  49. def once(eventName: String, listener: Function): Net.this.type

    Permalink
    Definition Classes
    EventEmitter
  50. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  51. def removeAllListeners(): Net.this.type

    Permalink
    Definition Classes
    EventEmitter
  52. def removeAllListeners(eventName: String): Net.this.type

    Permalink
    Definition Classes
    EventEmitter
  53. def removeListener(eventName: String, listener: Function): Net.this.type

    Permalink
    Definition Classes
    EventEmitter
  54. def setMaxListeners(n: Int): Net.this.type

    Permalink
    Definition Classes
    EventEmitter
  55. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  56. def toLocaleString(): String

    Permalink
    Definition Classes
    Object
  57. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  58. var usingDomains: Boolean

    Permalink
    Definition Classes
    EventEmitter
  59. def valueOf(): Any

    Permalink
    Definition Classes
    Object
  60. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def listenerCount(emitter: Any, eventName: String): Unit

    Permalink
    Definition Classes
    EventEmitter
    Annotations
    @deprecated
    Deprecated

    (Since version 4.x) Use listenerCount() instead

Inherited from EventEmitter

Inherited from NodeModule

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped