write abstract method

void write(
  1. String data
)

Write data into the socket.

Implementation

void write(String data);