int SendDataAnswer(int sock, const std::string & answer);
int SendError(int sock, const std::string & text);
void WriteLogAccessFailed(uint32_t ip);
+ const std::string & GetDataAnswer() const { return dataAnswer; }
int ParseCommand();
int state;
ADMIN * currAdmin;
PLUGIN_LOGGER & logger;
+ std::string dataAnswer;
int listenSocket;