Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration MessageType

The type of messages exchanged through a connection.

Index

Enumeration members

API

API: = 1

The message containing an API request.

API_ERROR

API_ERROR: = 9

The message containing information about an execution error (api).

API_OK

API_OK: = 10

The message containing information about a successful execution of an API request.

CALL

CALL: = 2

The message containing a wrap-cgi request.

CONNECT

CONNECT: = -1

The initial connect message, it contains the credentials.

DATA

DATA: = 11

The message containing partial data streamed by a web handler

DONE

DONE: = 3

The message used to signal a connection is completed.

ERROR

ERROR: = 8

The message containing information about an execution error (wrap-cgi).

HEADER

HEADER: = 7

The message containing HTTP Header information.

PING

PING: = 5

The message sent to an agent to check if it's still responding to requests.

QUIT

QUIT: = 0

The message sent to stop a broker/agent process.

READY

READY: = 4

The message sent by an agent when is ready to process requests.

STATUS

STATUS: = 6

The message sent to broker/agent to get status information.