|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DavSession
DavSession allows to pass session information between request,
response and resource(s).
| Method Summary | |
|---|---|
void |
addLockToken(String token)
Adds a lock token to this DavSession. |
void |
addReference(Object reference)
Adds a reference to this DavSession indicating that this
session must not be discarded after completion of the current request. |
String[] |
getLockTokens()
Returns the lock tokens of this DavSession. |
void |
removeLockToken(String token)
Removes a lock token from this DavSession. |
void |
removeReference(Object reference)
Releasing a reference to this DavSession. |
| Method Detail |
|---|
void addReference(Object reference)
DavSession indicating that this
session must not be discarded after completion of the current request.
reference - to be added.void removeReference(Object reference)
DavSession. If no more
references are present, this session may be discarded.
reference - to be removed.void addLockToken(String token)
DavSession.
token - String[] getLockTokens()
DavSession.
void removeLockToken(String token)
DavSession.
token -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||