| 
||||||||||
| 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
The URLName of this service  | 
| Methods in javax.mail that return URLName | |
|---|---|
 URLName | 
Service.getURLName()
Return a copy of the URLName representing this service with the password and file information removed.  | 
 URLName | 
Folder.getURLName()
Return the URLName for this folder, which includes the location of the store.  | 
| Methods in javax.mail with parameters of type URLName | |
|---|---|
abstract  Folder | 
Store.getFolder(URLName name)
Return the folder identified by the URLName; the URLName must refer to this Store.  | 
 Folder | 
Session.getFolder(URLName name)
Return a closed folder for the supplied URLName, or null if it cannot be obtained.  | 
 PasswordAuthentication | 
Session.getPasswordAuthentication(URLName name)
Get the password authentication associated with a URL  | 
 Store | 
Session.getStore(URLName url)
Return a Store for the protocol specified in the given URL  | 
 Transport | 
Session.getTransport(URLName name)
Return a transport for the protocol specified in the URL.  | 
 void | 
Session.setPasswordAuthentication(URLName name,
                                                   PasswordAuthentication authenticator)
Set the password authentication associated with a URL.  | 
protected  void | 
Service.setURLName(URLName url)
Set the url field.  | 
| Constructors in javax.mail with parameters of type URLName | |
|---|---|
Service(Session session,
               URLName url)
Construct a new Service.  | 
|
Store(Session session,
           URLName name)
Constructor specifying session and url of this store.  | 
|
Transport(Session session,
                   URLName name)
Constructor taking Session and URLName parameters required for Service.Service(Session, URLName). | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||