Connect with a HTTP server and do ONE query.
More...
#include <tcp_http.h>
Connect with a HTTP server and do ONE query.
Definition at line 79 of file tcp_http.h.
◆ NetworkHTTPContentConnecter()
| NetworkHTTPContentConnecter::NetworkHTTPContentConnecter |
( |
const NetworkAddress & |
address, |
|
|
HTTPCallback * |
callback, |
|
|
const char * |
url, |
|
|
const char * |
data = NULL, |
|
|
int |
depth = 0 |
|
) |
| |
|
inline |
Start the connecting.
- Parameters
-
| address | the address to connect to |
| callback | the callback for HTTP retrieval |
| url | the url at the server |
| data | the data to send |
| depth | the depth (redirect recursion) of the queries |
Definition at line 94 of file tcp_http.h.
◆ ~NetworkHTTPContentConnecter()
| NetworkHTTPContentConnecter::~NetworkHTTPContentConnecter |
( |
| ) |
|
|
inline |
◆ OnConnect()
| virtual void NetworkHTTPContentConnecter::OnConnect |
( |
SOCKET |
s | ) |
|
|
inlinevirtual |
Callback when the connection succeeded.
- Parameters
-
| s | the socket that we opened |
Reimplemented from TCPConnecter.
Definition at line 117 of file tcp_http.h.
The documentation for this class was generated from the following file: