Class DURL

Inherits from:
Object
Conforms to:
DParsable, DTextable
Declared in:
DURL.h

Class Hierarchy

    Object
      |
      +---DURL

Class Description

The DURL class implements a number of methods for using URLs accordingly the RFC1738 specification. Note: this class is not a validator; the url:/fromString: methods check only a few rules. ToDo: relative urls, factory method for protocol client classes.

Last modified:
23-Jul-2006 (DURL.h)

Instance Variables

private DText *_scheme
the scheme (or protocol) of the url
private DText *_user
the username in the url
private BOOL _noUser
there is no user name in the url
private DText *_password
the password in the url
private BOOL _noPassword
there is no password in the url
private DText *_host
the host
private DInt *_port
the port number
private DText *_path
the path

Method Index


generated 25-Jul-2006 by ObjcDoc 3.0.0