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