Class

io.scalajs.npm.nzc.Client

ClientExtensions

Related Doc: package Client

Permalink

implicit final class ClientExtensions extends AnyVal

Client Extensions

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

Instance Constructors

  1. new ClientExtensions(client: Client)

    Permalink

    client

    the given client

Value Members

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

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

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

    Permalink
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val client: Client

    Permalink

    the given client

  6. def getChildrenFuture(path: String): Promise[Any]

    Permalink

    Annotations
    @inline()
    See also

    Client.getChildren()

  7. def getChildrenFuture(path: String, watcher: Watcher): Promise[Array[String]]

    Permalink

    Annotations
    @inline()
    See also

    Client.getChildren()

  8. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  9. def getDataFuture[T](path: String): Promise[Array[T]]

    Permalink

    Annotations
    @inline()
    See also

    Client.getData()

  10. def getDataFuture[T](path: String, watcher: Watcher): Promise[Array[T]]

    Permalink

    Annotations
    @inline()
    See also

    Client.getData()

  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. def onAuthenticationFailed(callback: Function): Unit

    Permalink

    Failed to authenticate with the server.

    Failed to authenticate with the server.

    Annotations
    @inline()
  13. def onConnected(callback: Function): Unit

    Permalink

    Client is connected and ready.

    Client is connected and ready.

    Annotations
    @inline()
  14. def onConnectedReadOnly(callback: Function): Unit

    Permalink

    Client is connected to a readonly server.

    Client is connected to a readonly server.

    Annotations
    @inline()
  15. def onDisconnected(callback: Function): Unit

    Permalink

    The connection between client and server is dropped.

    The connection between client and server is dropped.

    Annotations
    @inline()
  16. def onExpired(callback: Function): Unit

    Permalink

    The client session is expired.

    The client session is expired.

    Annotations
    @inline()
  17. def onState(callback: Function): Unit

    Permalink

    Annotations
    @inline()
    See also

    Client.on()

  18. def onceConnected(callback: Function): Unit

    Permalink

    Annotations
    @inline()
    See also

    Client.once()

  19. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped