This is the complete list of members for ClientPP, including all inherited members.
addDataCallback(const std::string &key, std::function< void(std::vector< std::string >)> callback) | ClientPP | |
addDisconnectionCallback(std::function< void(void)> callback) | ClientPP | |
address | ClientPP | protected |
ClientPP(Client clientInfo) | ClientPP | |
ClientPP(const std::string &address, int port, const std::string &separator, IP_Type ipType=IP_Type::IPv4, bool useCiphering=true) | ClientPP | |
clientTCP | ClientPP | protected |
clientUDP | ClientPP | protected |
dataRcvCB | ClientPP | protected |
decrypt(const std::string &cipher) | ClientPP | |
disconnCB | ClientPP | protected |
getClientStruct() | ClientPP | |
getHaveSecret() | ClientPP | |
getID() | ClientPP | |
haveSecret | ClientPP | protected |
ID | ClientPP | protected |
init() | ClientPP | protected |
ipType | ClientPP | protected |
isDisconnected | ClientPP | protected |
kick() | ClientPP | |
kxInterface | ClientPP | protected |
PKFile | ClientPP | protected |
port | ClientPP | protected |
run(std::stop_token st) | ClientPP | protected |
runThread | ClientPP | protected |
send(const std::string &data, ConnType connType=ConnType::TCP) | ClientPP | |
ServerPKFile | ClientPP | protected |
setKeysPaths(const std::string &PKFile, const std::string &SKFile) | ClientPP | |
setServerPKPath(const std::string &SPKFile) | ClientPP | |
setSharedSecret(const std::string &PK) | ClientPP | |
SKFile | ClientPP | protected |
start() | ClientPP | |
stop() | ClientPP | |
stopTag | ClientPP | protected |
symmetricCipher | ClientPP | protected |
type | ClientPP | protected |
useCiphering | ClientPP | protected |
~ClientPP() | ClientPP |