Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ServerStatus

The connection status of this server.

since

0.7.0

Index

Enumeration members

Enumeration members

Closed = 3

The server is closed and free to listen to a port.

since

0.7.0

Closing = 2

The server is closing, this is set immediately after calling close.

since

0.7.0

Opened = 1

The server is connected and ready to get connections.

since

0.7.0

Opening = 0

The server is opening, this is set immediately after calling listen.

since

0.7.0

Generated using TypeDoc