Uses of Class
javax.mail.URLName
-
Packages that use URLName Package Description javax.mail The Jakarta Mail API provides classes that model a mail system. -
-
Uses of URLName in javax.mail
Fields in javax.mail declared as URLName Modifier and Type Field Description protected URLNameService. urlTheURLNameof this service.Methods in javax.mail that return URLName Modifier and Type Method Description URLNameFolder. getURLName()Return a URLName representing this folder.URLNameService. getURLName()Return a URLName representing this service.Methods in javax.mail with parameters of type URLName Modifier and Type Method Description FolderSession. getFolder(URLName url)Get a closed Folder object for the given URLName.abstract FolderStore. getFolder(URLName url)Return a closed Folder object, corresponding to the given URLName.PasswordAuthenticationSession. getPasswordAuthentication(URLName url)Return any saved PasswordAuthentication for this (store or transport) URLName.StoreSession. getStore(URLName url)Get a Store object for the given URLName.TransportSession. getTransport(URLName url)Get a Transport object for the given URLName.voidSession. setPasswordAuthentication(URLName url, PasswordAuthentication pw)Save a PasswordAuthentication for this (store or transport) URLName.protected voidService. setURLName(URLName url)Set the URLName representing this service.Constructors in javax.mail with parameters of type URLName Constructor Description Service(Session session, URLName urlname)Constructor.Store(Session session, URLName urlname)Constructor.Transport(Session session, URLName urlname)Constructor.
-