+ Connection(const sockbuf::type& type, const std::string& host,
+ const Port& port);
+
+ /**
+ * Constructor.
+ *
+ * \param host Host a donde conectarse.
+ * \param port Puerto a donde conectarse.
+ */
+ Connection(const std::string& host, const Port& port);