|
Java EE 5 SDK 深圳电信培训中心.徐海蛟老师. |
||||||||
上一个类 下一个 CLASS | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造器 | 方法 | 详细信息: 字段 | 构造器 | 方法 |
javax.mail Class URLName
java.lang.Object javax.mail.URLName
public class URLName
- extends Object
The name of a URL. This class represents a URL name and also provides the basic parsing functionality to parse most internet standard URL schemes.
Note that this class differs from java.net.URL
in that this class just represents the name of a URL, it does
not model the connection to a URL.
- 版本:
- 1.19, 07/05/04
- 作者:
- Christopher Cotton, Bill Shannon
字段摘要 | |
---|---|
protected String |
fullURL
The full version of the URL |
构造器摘要 | |
---|---|
URLName(String url)
Construct a URLName from the string. |
|
URLName(String protocol,
String host,
int port,
String file,
String username,
String password)
Creates a URLName object from the specified protocol, host, port number, file, username, and password. |
|
URLName(URL url)
Construct a URLName from a java.net.URL object. |
方法摘要 | |
---|---|
boolean |
equals(Object obj)
Compares two URLNames. |
String |
getFile()
Returns the file name of this URLName. |
String |
getHost()
Returns the host of this URLName. |
String |
getPassword()
Returns the password of this URLName. |
int |
getPort()
Returns the port number of this URLName. |
String |
getProtocol()
Returns the protocol of this URLName. |
String |
getRef()
Returns the reference of this URLName. |
URL |
getURL()
Constructs a URL from the URLName. |
String |
getUsername()
Returns the user name of this URLName. |
int |
hashCode()
Compute the hash code for this URLName. |
protected void |
parseString(String url)
Method which does all of the work of parsing the string. |
String |
toString()
Constructs a string representation of this URLName. |
类方法继承 java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
字段详细信息 |
---|
fullURL
protected String fullURL
- The full version of the URL
构造器详细信息 |
---|
URLName
public URLName(String protocol, String host, int port, String file, String username, String password)
- Creates a URLName object from the specified protocol,
host, port number, file, username, and password. Specifying a port
number of -1 indicates that the URL should use the default port for
the protocol.
URLName
public URLName(URL url)
- Construct a URLName from a java.net.URL object.
URLName
public URLName(String url)
- Construct a URLName from the string. Parses out all the possible
information (protocol, host, port, file, username, password).
方法详细信息 |
---|
toString
public String toString()
parseString
protected void parseString(String url)
- Method which does all of the work of parsing the string.
getPort
public int getPort()
- Returns the port number of this URLName.
Returns -1 if the port is not set.
getProtocol
public String getProtocol()
- Returns the protocol of this URLName.
Returns null if this URLName has no protocol.
getFile
public String getFile()
- Returns the file name of this URLName.
Returns null if this URLName has no file name.
getRef
public String getRef()
- Returns the reference of this URLName.
Returns null if this URLName has no reference.
getHost
public String getHost()
- Returns the host of this URLName.
Returns null if this URLName has no host.
getUsername
public String getUsername()
- Returns the user name of this URLName.
Returns null if this URLName has no user name.
getPassword
public String getPassword()
- Returns the password of this URLName.
Returns null if this URLName has no password.
getURL
public URL getURL() throws MalformedURLException
- Constructs a URL from the URLName.
- 抛出异常:
MalformedURLException
equals
public boolean equals(Object obj)
- Compares two URLNames. The result is true if and only if the
argument is not null and is a URLName object that represents the
same URLName as this object. Two URLName objects are equal if
they have the same protocol and the same host,
the same port number on the host, the same username,
and the same file on the host. The fields (host, username,
file) are also considered the same if they are both
null.
Hosts are considered equal if the names are equal (case independent) or if host name lookups for them both succeed and they both reference the same IP address.
Note that URLName has no knowledge of default port numbers for particular protocols, so "imap://host" and "imap://host:143" would not compare as equal.
Note also that the password field is not included in the comparison, nor is any reference field appended to the filename.
hashCode
public int hashCode()
|
Java EE 5 SDK 深圳电信培训中心.徐海蛟老师. |
||||||||
上一个类 下一个 CLASS | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造器 | 方法 | 详细信息: 字段 | 构造器 | 方法 |
提交错误或意见
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。深圳电信培训中心.徐海蛟老师教学参考.