Example usage for Java javax.mail URLName fields, constructors, methods, implement or subclass
The text is from its open source code.
URLName(URL url) Construct a URLName from a java.net.URL object. | |
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. |
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. |
String | getUsername() Returns the user name of this URLName. |
String | toString() Constructs a string representation of this URLName. |