|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use URLName | |
---|---|
javax.mail | The JavaMailTM API provides classes that model a mail system. |
Uses of URLName in javax.mail |
---|
Fields in javax.mail declared as URLName | |
---|---|
protected URLName |
Service.url
The URLName of this service. |
Methods in javax.mail that return URLName | |
---|---|
URLName |
Folder.getURLName()
Return a URLName representing this folder. |
URLName |
Service.getURLName()
Return a URLName representing this service. |
Methods in javax.mail with parameters of type URLName | |
---|---|
abstract Folder |
Store.getFolder(URLName url)
Return a closed Folder object, corresponding to the given URLName. |
Folder |
Session.getFolder(URLName url)
Get a closed Folder object for the given URLName. |
PasswordAuthentication |
Session.getPasswordAuthentication(URLName url)
Return any saved PasswordAuthentication for this (store or transport) URLName. |
Store |
Session.getStore(URLName url)
Get a Store object for the given URLName. |
Transport |
Session.getTransport(URLName url)
Get a Transport object for the given URLName. |
void |
Session.setPasswordAuthentication(URLName url,
PasswordAuthentication pw)
Save a PasswordAuthentication for this (store or transport) URLName. |
protected void |
Service.setURLName(URLName url)
Set the URLName representing this service. |
Constructors in javax.mail with parameters of type URLName | |
---|---|
Service(Session session,
URLName urlname)
Constructor. |
|
Store(Session session,
URLName urlname)
Constructor. |
|
Transport(Session session,
URLName urlname)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |