| Interface | Description |
|---|---|
| Cookie | |
| FileItem |
Represents an item which has been uploaded in a form POST
|
| LockManager | |
| Request | |
| ResourceFactory |
Implementations of ResourceFactory translate URLs to instances of Resource
|
| Response | |
| Response.Entity |
| Class | Description |
|---|---|
| AclUtils | |
| Auth |
Holds authentication information for a request
There are two sets of information: - that which is present in the request -
that which is determined as part of performing authentication
Note that even if authentication fails, this object will still be available
in the request - DO NOT USE THE PRESENCE OF THIS OBJECT TO CHECK FOR A VALID
LOGIN!!!
Instead use the tag property.
|
| BeanCookie | |
| DateUtils |
A utility class for parsing and formatting HTTP dates as used in cookies and
other headers.
|
| LockInfo | |
| LockResult | |
| LockTimeout | |
| LockTimeout.DateAndSeconds | |
| LockToken | |
| Range | |
| ResponseStatus |
| Enum | Description |
|---|---|
| Auth.Scheme |
Common HTTP authentication schemes, and some non-http specified but
common ones
|
| LockInfo.LockDepth | |
| LockInfo.LockScope | |
| LockInfo.LockType | |
| LockResult.FailureReason | |
| Request.CacheControlRequest | |
| Request.Depth | |
| Request.Header | |
| Request.Method | |
| Response.CacheControlResponse | |
| Response.ContentEncoding | |
| Response.ContentType | |
| Response.Header | |
| Response.Status |
| Exception | Description |
|---|---|
| DateUtils.DateParseException | |
| RequestParseException |