Returns true if connected and ready to send data.
@override bool available() { return _socket != null; }