12#include "wvresolver.h"
24 {
return port != 0 && (resolving || addr != NULL); }
53 WvString proto, hostname, user, password;
A WvFastString acts exactly like a WvString, but can take (const char *) strings without needing to a...
An IP+Port address also includes a port number, with the resulting form www.xxx.yyy....
ASynchronous DNS resolver functions, so that we can do non-blocking lookups.
WvString is an implementation of a simple and efficient printable-string class.