- (id)
initWithScheme: (NSString*)scheme
user: (NSString*)user
password: (NSString*)password
host: (NSString*)host
port: (NSNumber*)port
fullPath: (NSString*)fullPath
parameterString: (NSString*)parameterString
query: (NSString*)query
fragment: (NSString*)fragment;
Availability: Not in OpenStep/MacOS-X
Builds a URL from components as returned by the
methods of the same names.