Package

org.scalajs.nodejs

net

Permalink

package net

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

Type Members

  1. trait Address extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  2. class ConnectOptions extends Object

    Permalink
    Annotations
    @RawJSType() @ScalaJSDefined()
  3. class ListenerOptions extends Object

    Permalink
    Annotations
    @RawJSType() @ScalaJSDefined()
  4. trait Net extends Object with NodeModule with EventEmitter

    Permalink
    Annotations
    @RawJSType() @native()
  5. trait Server extends Object with EventEmitter

    Permalink
    Annotations
    @RawJSType() @native()
  6. trait ServerClass extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  7. implicit final class ServerEvents extends AnyVal

    Permalink
  8. class ServerOptions extends Object

    Permalink
    Annotations
    @RawJSType() @ScalaJSDefined()
  9. trait Socket extends Object with EventEmitter with Duplex

    Permalink
    Annotations
    @RawJSType() @native()
  10. trait SocketClass extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  11. implicit final class SocketExtensions extends AnyVal

    Permalink
  12. class SocketOptions extends Object

    Permalink
    Annotations
    @RawJSType() @ScalaJSDefined()

Value Members

  1. object Net

    Permalink
  2. object Server extends Object with ServerClass

    Permalink
    Annotations
    @native() @JSName( "Server" )
  3. object ServerClass

    Permalink
  4. object Socket extends Object with SocketClass

    Permalink
    Annotations
    @native() @JSName( "Socket" )
  5. object SocketClass

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped