Module jakarta.mail
Package jakarta.mail

Class URLName

java.lang.Object
jakarta.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.