public interface DavSession
DavSession
allows to pass session information between request,
response and resource(s).Modifier and Type | Method and Description |
---|---|
void |
addLockToken(java.lang.String token)
Adds a lock token to this
DavSession . |
void |
addReference(java.lang.Object reference)
Adds a reference to this
DavSession indicating that this
session must not be discarded after completion of the current request. |
java.lang.String[] |
getLockTokens()
Returns the lock tokens of this
DavSession . |
void |
removeLockToken(java.lang.String token)
Removes a lock token from this
DavSession . |
void |
removeReference(java.lang.Object reference)
Releasing a reference to this
DavSession . |
void addReference(java.lang.Object reference)
DavSession
indicating that this
session must not be discarded after completion of the current request.reference
- to be added.void removeReference(java.lang.Object reference)
DavSession
. If no more
references are present, this session may be discarded.reference
- to be removed.void addLockToken(java.lang.String token)
DavSession
.token
- java.lang.String[] getLockTokens()
DavSession
.void removeLockToken(java.lang.String token)
DavSession
.token
- "Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"