Class NQXML::URI |
|
Methods |
Attributes |
:args | [R] | |
:host | [R] | |
:password | [R] | |
:path | [R] | |
:port | [R] | |
:scheme | [R] | |
:username | [R] |
Public Class methods |
parse(uriString, relativeFilePathBase=nil) |
new(scheme, host, port=nil, path=nil, args=nil, username=nil, password=nil) |
Public Instance methods |
fetchHTTP() |
fetchFile() |
fetch() |
fetchFTP() |
to_s() |