| Package | Description |
|---|---|
| com.bradmcevoy.http |
| Class and Description |
|---|
| AbstractMiltonEndPoint
Base class for both MiltonServlet and MiltonFilter
|
| AbstractRequest |
| AbstractResponse |
| ApplicationConfig |
| Auth |
| Auth.Scheme |
| CollectionResource
A type of Resource which can have children, ie it can act as a directory
This is only part of the normal behaviour of a directory though, yuou
should have a look at FolderResource for a more complete interface
|
| CopyableResource |
| CopyHandler |
| DateUtils.DateParseException |
| DeletableResource |
| DeleteHandler |
| EventListener |
| ExistingEntityHandler |
| FileItem |
| Filter
Interface for a request/response wrapping filter
Add these with HttpManager.addFilter(ordinal,filter)
By default the manager loads a single filter which delegates the
request to a handler appropriate for the request method
Users can add their own for logging, security, managing database connections etc
|
| FilterChain
Passes the request and response along a series of filters
By default the HttpManager loads a single filter which executes the appropriate
handler for the http method
Additional filters can be added using HttpManager.addFilter
|
| GetableResource |
| GetHandler |
| Handler |
| HeadHandler |
| HttpManager |
| Initable |
| LockableResource |
| LockHandler
Note that this is both a new entity handler and an existing entity handler
|
| LockInfo |
| LockInfo.LockDepth |
| LockInfo.LockScope |
| LockInfo.LockType |
| LockTimeout |
| LockToken |
| MakeCollectionableResource |
| MkColHandler |
| MoveableResource |
| MoveHandler |
| NewEntityHandler |
| OptionsHandler |
| PostableResource |
| PostHandler |
| PropFindableResource |
| PropFindHandler |
| PropPatchHandler |
| PutableResource |
| PutHandler |
| Range |
| Request |
| Request.CacheControlRequest |
| Request.Depth |
| Request.Header |
| Request.Method |
| RequestParseException |
| Resource
Implementations should implemenet compareTo as an alphabetic comparison
on the name property
|
| ResourceFactory
Implementations of ResourceFactory translate URLs to instances of Resource
|
| Response |
| Response.CacheControlResponse |
| Response.ContentEncoding |
| Response.ContentType |
| Response.Header |
| Response.Status |
| ServletHttpManager |
| SessionAuthenticationHandler |
| UnlockHandler |
| XmlWriter |
| XmlWriter.Element |
| XmlWriter.Type |
Copyright © 2020. All rights reserved.