Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ConnectionState

The state of an akera.io API connection.

Index

Enumeration members

API

API:

The connection is esablished and already in an API exchange.

AVAILABLE

AVAILABLE:

The connection is established and ready for requests.

CLOSED

CLOSED:

The connection is closed, no further requests can be made (unless auto-reconnect).

CLOSING

CLOSING:

The connection is in a process of being closed.

CONNECTING

CONNECTING:

The connection is in a process of being established.

DONE

DONE:

The connection is complete, no further requests can be made.

NONE

NONE:

No connection was attempted.

WORK_API

WORK_API:

The connection is working on an API request.

WORK_WEB

WORK_WEB:

The connection is working on a Web Handler request.