send abstract method

void send(
  1. String text
)

Sends text over the socket.

Implementation

void send(String text);