Wired Foundation  2.0
A foundation framework for the Wired implementation on Mac OS X
WIURL Class Reference
Inheritance diagram for WIURL:

List of all members.

Public Member Functions

(id) - initWithScheme:host:port:
(NSString *) - string
(NSString *) - humanReadableString
(WIURL *) - URLByDeletingLastPathComponent
(NSURL *) - URL
(BOOL) - isFileURL
(void) - setScheme:
(NSString *) - scheme
(void) - setHostpair:
(NSString *) - hostpair
(void) - setHost:
(NSString *) - host
(void) - setPort:
(NSUInteger) - port
(void) - setUser:
(NSString *) - user
(void) - setPassword:
(NSString *) - password
(void) - setPath:
(NSString *) - path
(NSString *) - pathExtension
(NSString *) - lastPathComponent
(void) - setQuery:
(NSString *) - query
(NSDictionary *) - queryParameters

Static Public Member Functions

(id) + URLWithString:
(id) + URLWithString:scheme:
(id) + URLWithScheme:hostpair:
(id) + URLWithScheme:host:port:
(id) + URLWithURL:
(id) + fileURLWithPath:

Protected Attributes

NSString_scheme
NSString_host
NSUInteger _port
NSString_user
NSString_password
NSString_path
NSString_query

Detailed Description

Definition at line 29 of file WIURL.h.


The documentation for this class was generated from the following files:
 All Classes