| Package | Description |
|---|---|
| net.java.dev.webdav.jaxrs.xml.elements |
This package contains WebDAV XML Elements.
|
| Modifier and Type | Field and Description |
|---|---|
static TimeOut |
TimeOut.INFINITE |
| Modifier and Type | Method and Description |
|---|---|
TimeOut |
ActiveLock.getTimeOut() |
static TimeOut |
TimeOut.valueOf(String timeType)
Factory method creating
TimeOut instances from String value representations (e. g. as used in HTTP Headers.TIMEOUT header). |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<TimeOut> |
TimeOut.Adapter.getConstants() |
| Constructor and Description |
|---|
ActiveLock(LockScope lockScope,
LockType lockType,
Depth depth,
Owner owner,
TimeOut timeOut,
LockToken lockToken,
LockRoot lockRoot) |
Copyright © 2008-2014 The java.net WebDAV Project. All Rights Reserved.