Modifier and Type | Method | Description |
---|---|---|
InternetAddress |
getHost() |
The host specified by this URL.
|
String |
getName() |
A name given to this URL, usually the name of the page it refers to.
|
String |
getPassword() |
The password by which to access this URL.
|
String |
getPath() |
The location of the target on the host.
|
Map<String,Object> |
getProperties() |
Returns all properties for an instance of this class.
|
Esch |
getScheme() |
The access scheme.
|
String |
getUserName() |
The user name by which to access this URL.
|
cast, getApplicationReference, getObjectReference, getTypeClass, isInstanceOf
static final TypeClass CLASS
@Code("pnam") @Kind("property") @Name("name") @Type("text") String getName()
@Code("pusc") @Kind("property") @Name("scheme") @Type("esch") Esch getScheme()
@Code("HOST") @Kind("property") @Name("host") @Type("Internet address") InternetAddress getHost()
@Code("FTPc") @Kind("property") @Name("path") @Type("text") String getPath()
@Code("RAun") @Kind("property") @Name("user name") @Type("text") String getUserName()
@Code("RApw") @Kind("property") @Name("password") @Type("text") String getPassword()