![]() |
Anoncoin
0.9.4
P2P Digital Currency
|
This is the complete list of members for SAM::StreamSession, including all inherited members.
accept(bool silent) | SAM::StreamSession | |
accept(Socket &socket, const std::string &sessionID, bool silent) | SAM::StreamSession | privatestatic |
connect(const std::string &destination, bool silent) | SAM::StreamSession | |
connect(Socket &socket, const std::string &sessionID, const std::string &destination, bool silent) | SAM::StreamSession | privatestatic |
createStreamSession(const std::string &destination) | SAM::StreamSession | private |
createStreamSession(Socket &socket, const std::string &sessionID, const std::string &nickname, const std::string &destination, const std::string &options) | SAM::StreamSession | privatestatic |
destGenerate() const | SAM::StreamSession | |
destGenerate(Socket &socket) | SAM::StreamSession | privatestatic |
fallSick() const | SAM::StreamSession | private |
forward(const std::string &host, uint16_t port, bool silent) | SAM::StreamSession | |
forward(Socket &socket, const std::string &sessionID, const std::string &host, uint16_t port, bool silent) | SAM::StreamSession | privatestatic |
forwardedStreams_ | SAM::StreamSession | private |
ForwardedStreamsContainer typedef | SAM::StreamSession | private |
generateSessionID() | SAM::StreamSession | static |
getMyDestination() const | SAM::StreamSession | |
getNickname() const | SAM::StreamSession | |
getOptions() const | SAM::StreamSession | |
getSAMAddress() const | SAM::StreamSession | |
getSAMHost() const | SAM::StreamSession | |
getSAMMaxVer() const | SAM::StreamSession | |
getSAMMinVer() const | SAM::StreamSession | |
getSAMPort() const | SAM::StreamSession | |
getSAMVersion() const | SAM::StreamSession | |
getSessionID() const | SAM::StreamSession | |
i2pOptions_ | SAM::StreamSession | private |
isSick() const | SAM::StreamSession | |
isSick_ | SAM::StreamSession | mutableprivate |
myDestination_ | SAM::StreamSession | private |
namingLookup(const std::string &name) const | SAM::StreamSession | |
namingLookup(Socket &socket, const std::string &name) | SAM::StreamSession | privatestatic |
nickname_ | SAM::StreamSession | private |
operator=(const StreamSession &rhs) | SAM::StreamSession | private |
rawRequest(Socket &socket, const std::string &requestStr) | SAM::StreamSession | privatestatic |
request(Socket &socket, const std::string &requestStr, const std::string &keyOnSuccess) | SAM::StreamSession | privatestatic |
request(Socket &socket, const std::string &requestStr) | SAM::StreamSession | privatestatic |
sessionID_ | SAM::StreamSession | private |
socket_ | SAM::StreamSession | private |
stopForwarding(const std::string &host, uint16_t port) | SAM::StreamSession | |
stopForwardingAll() | SAM::StreamSession | |
StreamSession(const std::string &nickname, const std::string &SAMHost=SAM_DEFAULT_ADDRESS, uint16_t SAMPort=SAM_DEFAULT_PORT, const std::string &destination=SAM_GENERATE_MY_DESTINATION, const std::string &i2pOptions=SAM_DEFAULT_I2P_OPTIONS, const std::string &minVer=SAM_DEFAULT_MIN_VER, const std::string &maxVer=SAM_DEFAULT_MAX_VER) | SAM::StreamSession | |
StreamSession(StreamSession &rhs) | SAM::StreamSession | explicit |
StreamSession(const StreamSession &rhs) | SAM::StreamSession | private |
~StreamSession() | SAM::StreamSession |