close method

void close()

Implementation

void close() {
  _connections.close();
  _client.cancelForwardRemote(this);
}