|
SOCKET | connect (const Host &destination, bool blockingMode, std::chrono::milliseconds timeout) override |
|
void | sendRequest (const Host &destination, const std::shared_ptr< TCPSocket > &socket, const String &method) const |
|
| Proxy (const Host &host, const String &username="", const String &password="") |
|
| Proxy (const Host &host, const String &username="", const String &password="") |
|
virtual SOCKET | connect (const Host &destination, bool blockingMode, std::chrono::milliseconds timeout)=0 |
|
|
static bool | getDefaultProxy (Host &proxyHost, String &proxyUser, String &proxyPassword) |
|
static bool | readResponse (const std::shared_ptr< TCPSocket > &socket) |
|
◆ connect()
SOCKET sptk::HttpProxy::connect |
( |
const Host & |
destination, |
|
|
bool |
blockingMode, |
|
|
std::chrono::milliseconds |
timeout |
|
) |
| |
|
overridevirtual |
The documentation for this class was generated from the following file: