#include <RobotAPI/libraries/armem/server/ltm/detail/mixins/util/httplib.h>
Definition at line 724 of file httplib.h.
◆ ~Stream()
◆ get_local_ip_and_port()
virtual void get_local_ip_and_port |
( |
std::string & |
ip, |
|
|
int & |
port |
|
) |
| const |
|
pure virtual |
◆ get_remote_ip_and_port()
virtual void get_remote_ip_and_port |
( |
std::string & |
ip, |
|
|
int & |
port |
|
) |
| const |
|
pure virtual |
◆ is_readable()
virtual bool is_readable |
( |
| ) |
const |
|
pure virtual |
◆ is_writable()
virtual bool is_writable |
( |
| ) |
const |
|
pure virtual |
◆ read()
virtual ssize_t read |
( |
char * |
ptr, |
|
|
size_t |
size |
|
) |
| |
|
pure virtual |
◆ socket()
◆ write() [1/3]
ssize_t write |
( |
const char * |
ptr | ) |
|
|
inline |
◆ write() [2/3]
virtual ssize_t write |
( |
const char * |
ptr, |
|
|
size_t |
size |
|
) |
| |
|
pure virtual |
◆ write() [3/3]
ssize_t write |
( |
const std::string & |
s | ) |
|
|
inline |
The documentation for this class was generated from the following file:
- RobotAPI/libraries/armem/server/ltm/detail/mixins/util/httplib.h