Folder |
Session.getFolder(URLName url) |
Get a closed Folder object for the given URLName.
|
abstract Folder |
Store.getFolder(URLName url) |
Return a closed Folder object, corresponding to the given
URLName.
|
PasswordAuthentication |
Session.getPasswordAuthentication(URLName url) |
Return any saved PasswordAuthentication for this (store or transport)
URLName.
|
private <T extends Service> T |
Session.getService(Provider provider,
URLName url,
java.lang.Class<T> type) |
Get a Service object.
|
private Store |
Session.getStore(Provider provider,
URLName url) |
Get an instance of the store specified by Provider.
|
Store |
Session.getStore(URLName url) |
Get a Store object for the given URLName.
|
private Transport |
Session.getTransport(Provider provider,
URLName url) |
Get a Transport object using the given provider and 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.
|