Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LifecycleNetworkCnxDelegate

Delegate interface for classes implementing Network Client listeners.

Hierarchy

  • LifecycleNetworkCnxDelegate

Index

Properties

cnxDidClose?: LifecycleListener

Socket connection to server closed w/ reason code provided.

cnxDidConnect?: LifecycleListener

Current connection attempt successfully opened connection to server.

cnxDidFailConnect?: LifecycleListener

Current connection attempt failed and was stopped.

cnxDidFailHandshake?: LifecycleListener

Current connection attempt failed. Failed attempts do not invoke cnxDidHandshake events. Instead, only `cnxDidFailHandshake is triggered.

cnxDidHandshake?: LifecycleListener

Current connection attempt completed the handshake.

cnxDidOpen?: LifecycleListener

Socket connection to server opened.

cnxDidRcvMsg?: LifecycleListener

Connection received a message.

cnxDidSndMsg?: LifecycleListener

Connection send a message.

cnxDidStartConnect?: LifecycleListener

New connection attempt has started.

cnxDidStopConnect?: LifecycleListener

Current connection attempt has stopped.

cnxWillHandshake?: LifecycleListener

Current connection attempt will start handshaking.

cnxWillOpen?: LifecycleListener

Socket connection with server will be opened.

cnxWillStartConnect?: LifecycleListener

New connection attempt will be started.

cnxWillStopConnect?: LifecycleListener

Current connection attempt will be stopped.

Generated using TypeDoc