Connection(Log* log_) |
void | Close() |
void | DoClose() pure virtual |
std::unique_ptr<JsonObject> | DoReceive() pure virtual |
void | DoSend(JsonObject* messageObject) pure virtual |
const std::string& | GetActor() const pure virtual |
Host* | GetHost() const pure virtual |
Log* | GetLog() const |
std::unique_ptr<MessageBase> | Receive() |
void | Send(JsonObject* messageObject) |
bool | ServerAlive() const |
void | SetServer(BuildServer* server_) |
void | SetServerAlive(bool alive) |
Log* | log |
BuildServer* | server |
bool | serverAlive |