CmdbSessionServer() |
void | CloseSession(TcpSocket& socket) |
void | Done() static |
void | Init() static |
CmdbSessionServer& | Instance() static |
bool | IsSessionOpen() const |
void | OpenSession(TcpSocket& socket) |
int64_t | ReceiveInput(uint8_t* buffer, int64_t bufferSize) |
void | SendOutput(int fileHandle, const std::string& bytes) |
void | Start(const std::string& skey_, const std::string& rkey_, int port_) |
std::string | inputHexByteBuffer |
std::unique_ptr<CmdbSessionServer> | instance static |
int | port |
std::string | rkey |
bool | sessionOpen |
std::string | skey |