◆ conexion()
conexion Create a conexion
- Parameters
-
conf | Config file to give the parameters of conexion |
◆ read_string()
ssize_t conexion::read_string |
( |
std::string & |
input, |
|
|
int |
size |
|
) |
| |
|
virtual |
read_string Read a string in the socket
- Parameters
-
input | String readed |
size | Length to read |
- Returns
- Size of bytes readed
Reimplemented in conexion_ssl.
◆ write_string()
ssize_t conexion::write_string |
( |
std::string |
output | ) |
|
|
virtual |
write_string Write a sitring in the socket
- Parameters
-
- Returns
- bytes sended
Reimplemented in conexion_ssl.
The documentation for this class was generated from the following files:
- /home/roche/Cosas/C++/ClienteTFG/conexion.h
- /home/roche/Cosas/C++/ClienteTFG/conexion.cpp