#include <i2pwrapper.h>
|
| I2PSession () |
|
| ~I2PSession () |
|
| I2PSession (const I2PSession &) |
|
I2PSession & | operator= (const I2PSession &) |
|
| StreamSessionAdapter (const std::string &nickname, const std::string &SAMHost=SAM_DEFAULT_ADDRESS, uint16_t SAMPort=SAM_DEFAULT_PORT, const std::string &myDestination=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) |
|
| ~StreamSessionAdapter () |
|
SAM::SOCKET | accept (bool silent) |
|
SAM::SOCKET | connect (const std::string &destination, bool silent) |
|
bool | forward (const std::string &host, uint16_t port, bool silent) |
|
std::string | namingLookup (const std::string &name) const |
|
SAM::FullDestination | destGenerate () const |
|
void | stopForwarding (const std::string &host, uint16_t port) |
|
void | stopForwardingAll () |
|
const SAM::FullDestination & | getMyDestination () const |
|
const sockaddr_in & | getSAMAddress () const |
|
const std::string & | getSAMHost () const |
|
uint16_t | getSAMPort () const |
|
const std::string & | getNickname () const |
|
const std::string & | getSAMMinVer () const |
|
const std::string & | getSAMMaxVer () const |
|
const std::string & | getSAMVersion () const |
|
const std::string & | getOptions () const |
|
const std::string & | getSessionID () const |
|
Definition at line 62 of file i2pwrapper.h.
I2PSession::I2PSession |
( |
| ) |
|
|
private |
I2PSession::~I2PSession |
( |
| ) |
|
|
private |
std::string I2PSession::GenerateB32AddressFromDestination |
( |
const std::string & |
destination | ) |
|
|
static |
The documentation for this class was generated from the following files: