|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use URLName | |
javax.mail |
Uses of URLName in javax.mail |
Fields in javax.mail declared as URLName | |
protected URLName |
Service.url
|
Methods in javax.mail that return URLName | |
URLName |
Folder.getURLName()
|
URLName |
Service.getURLName()
|
Methods in javax.mail with parameters of type URLName | |
abstract Folder |
Store.getFolder(URLName name)
|
Folder |
Session.getFolder(URLName name)
|
PasswordAuthentication |
Session.getPasswordAuthentication(URLName name)
|
Store |
Session.getStore(URLName url)
|
Transport |
Session.getTransport(URLName name)
|
void |
Session.setPasswordAuthentication(URLName name,
PasswordAuthentication authenticator)
|
protected void |
Service.setURLName(URLName url)
|
Constructors in javax.mail with parameters of type URLName | |
Store(Session session,
URLName name)
|
|
Transport(Session session,
URLName name)
|
|
Service(Session session,
URLName url)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |