Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

wvurl.cc File Reference

#include "wvurl.h"
#include "strutils.h"

Go to the source code of this file.

Functions

int get_default_port (WvString proto)
bool protocol_uses_slashes (WvString proto)

Variables

DefaultPort portmap []


Function Documentation

int get_default_port WvString  proto  )  [static]
 

Definition at line 34 of file wvurl.cc.

References portmap.

Referenced by WvUrl::operator WvString(), and WvUrl::WvUrl().

bool protocol_uses_slashes WvString  proto  )  [static]
 

Definition at line 48 of file wvurl.cc.

References portmap.

Referenced by WvUrl::operator WvString(), and WvUrl::WvUrl().


Variable Documentation

DefaultPort portmap[] [static]
 

Initial value:

{ { "exchangeits", 7070, false }, { "exchangeit", 6969, false }, { "https", 443, true }, { "http", 80, true }, { "sip", 5060, false }, { "ftp", 21, true }, { NULL, 0 } }

Definition at line 23 of file wvurl.cc.

Referenced by get_default_port(), and protocol_uses_slashes().


Generated on Tue Oct 5 01:09:23 2004 for WvStreams by doxygen 1.3.7