|
Wired Foundation
2.0
A foundation framework for the Wired implementation on Mac OS X
|

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 |