+ virtual ~ServerConnection(void);
+
+ /**
+ * Constructor.
+ *
+ * \param socket Descriptor de socket a usar en la conexión.
+ */
+ ServerConnection(const sockbuf::sockdesc& sd);
+
+ /**
+ * Constructor.
+ *
+ * \param type Tipo de socket a usar.
+ */
+ ServerConnection(sockbuf::type type);