Instantiates a new connection by the given id.
the connection id
Deletes a connection.
the connection id
Gets the connection between plugin by id and sends string message to it.
connection's id
incoming message
Returns existed connection or creates a new one.
the connection id
Returns existed connection or creates a new one.
the connection id
Implementation of connection system of the plugin API. Creates holds the connections to the plugins. Allows to send a message to the plugin by getting already created connection via id.