|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DavSessionProvider
DavSessionProvider is an interface for components that
can initiate and complete DavSessions. A provider is
responsible for supplying references from a WebdavRequest
to a DavSession when acquired and removing the references
when released.
| Method Summary | |
|---|---|
boolean |
attachSession(WebdavRequest request)
Acquires a DavSession. |
void |
releaseSession(WebdavRequest request)
Releases the reference from the request to the session. |
| Method Detail |
|---|
boolean attachSession(WebdavRequest request)
throws DavException
request -
true if the session was attached to the request;
false otherwise.
DavException - if a problem occurred while obtaining the sessionvoid releaseSession(WebdavRequest request)
request -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||