Abstract
Optional
detailsAbstract
Readonly
nameA name which indicates the given implementation of the protocol.
Adds a hook to the given hook list if it doesn't exist in it.
number of hooks of given key or false
if value were added before
Whenever any of hooks will execute by server.
A name of hook list.
whenever hooks are active
Protected
debugRemoves references in class properties and methods either by replacing values with a reference to the function that throws an error (for methods and some required properties using getters) or sets them to a nullish value (for optional properties).
As it is hard to guarantee the Garbage Collector will ever deallocate memory after dereferencing all of the objects, the goal is to prevent API consumers from using class method that no longer make sense than implement any kind of the memory cleanup logic.
Note: This operation is designed to be irreversible! You will have to initialize the new class instance if you want to use given transport again.
Protected
errorWhenever this class has been destroyed.
destroy for more details about this state.
Removes all hooks from the given hook list.
A name of hook list.
if hook list wasn't empty before removing — values from it
Protected
Abstract
stopA way to stop the server while destroy-ing the class structure.
Switches state of a given hook list, which can either disable it or not.
A name of hook list.
New state of hooks. Defaults to negation of previous state.
current state of given hook (i.e if it is active or not)
A specification which defines Discord communication protocol used within DisConnection. It is used for implementing various transports, like WebSocket server or UNIX socket (IPC). This class is not designed to be used directly, but is meant to be extended by given transport implementation.