| Package | Description |
|---|---|
| com.bradmcevoy.http |
| Modifier and Type | Method and Description |
|---|---|
LockToken |
LockingCollectionResource.createAndLock(String name,
LockTimeout timeout,
LockInfo lockInfo)
Create an empty non-collection resource of the given name and immediately
lock it
|
LockToken |
LockableResource.lock(LockTimeout timeout,
LockInfo lockInfo)
Lock this resource and return a token
|
LockToken |
LockableResource.refreshLock(String token)
Renew the lock and return new lock info
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
LockHandler.respondWithToken(LockToken tok,
Request request,
Response response) |
Copyright © 2020. All rights reserved.