disconnect method

void disconnect()

Disconnect from the Echo server.

Implementation

void disconnect() {
  this.connector.disconnect();
}