#include <i2psam.h>
Definition at line 213 of file i2psam.h.
SAM::Socket::Socket |
( |
const std::string & |
SAMHost, |
|
|
uint16_t |
SAMPort, |
|
|
const std::string & |
minVer, |
|
|
const std::string & |
maxVer |
|
) |
| |
SAM::Socket::Socket |
( |
const sockaddr_in & |
addr, |
|
|
const std::string & |
minVer, |
|
|
const std::string & |
maxVer |
|
) |
| |
SAM::Socket::Socket |
( |
const Socket & |
rhs | ) |
|
|
explicit |
void SAM::Socket::bootstrapI2P |
( |
| ) |
|
void SAM::Socket::close |
( |
| ) |
|
const sockaddr_in & SAM::Socket::getAddress |
( |
| ) |
const |
const std::string & SAM::Socket::getHost |
( |
| ) |
const |
const std::string & SAM::Socket::getMaxVer |
( |
| ) |
const |
const std::string & SAM::Socket::getMinVer |
( |
| ) |
const |
uint16_t SAM::Socket::getPort |
( |
| ) |
const |
const std::string & SAM::Socket::getVersion |
( |
| ) |
const |
void SAM::Socket::handshake |
( |
| ) |
|
|
private |
void SAM::Socket::init |
( |
| ) |
|
|
private |
bool SAM::Socket::isOk |
( |
| ) |
const |
std::string SAM::Socket::read |
( |
| ) |
|
SOCKET SAM::Socket::release |
( |
| ) |
|
void SAM::Socket::write |
( |
const std::string & |
msg | ) |
|
const std::string SAM::Socket::maxVer_ |
|
private |
const std::string SAM::Socket::minVer_ |
|
private |
std::string SAM::Socket::SAMHost_ |
|
private |
uint16_t SAM::Socket::SAMPort_ |
|
private |
sockaddr_in SAM::Socket::servAddr_ |
|
private |
std::string SAM::Socket::version_ |
|
private |
The documentation for this class was generated from the following files: