#include <SocketConnection.h>
Public Member Functions | |
SocketConnection () | |
~SocketConnection () | |
void | setFd (int fd) |
int | getFd () |
void | close () |
int | send (Respuesta *respuesta) |
Private Attributes | |
int | fd |
Definition at line 10 of file SocketConnection.h.
|
Definition at line 17 of file SocketConnection.cpp. References fd. |
|
Definition at line 21 of file SocketConnection.cpp. References close(). Here is the call graph for this function: ![]() |
|
Definition at line 25 of file SocketConnection.cpp. References fd. Referenced by main(), and ~SocketConnection(). |
|
Definition at line 36 of file SocketConnection.cpp. References fd. Referenced by ProcesadorXml::getProtocolo(), ProcesadorXml::getQuery_v01(), and ProcesadorXml::getTamano(). |
|
Definition at line 40 of file SocketConnection.cpp. References fd, Respuesta::getRespuestaXml(), and log_error. Referenced by procesarError(), and procesarQuery(). Here is the call graph for this function: ![]() |
|
Definition at line 32 of file SocketConnection.cpp. References fd. Referenced by ServerSocket::getConnection(). |
|
Definition at line 25 of file SocketConnection.h. Referenced by close(), getFd(), send(), setFd(), and SocketConnection(). |