Graphite constructor

Graphite(
  1. dynamic host,
  2. int port
)

Creates a new client which connects to the given address.

See Socket.connect for parameters.

Implementation

Graphite(this.host, this.port);