public interface DavSession
DavSession
allows to pass session information between request,
response and resource(s).Modifier and Type | Method and Description |
---|---|
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 . |
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
- Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.