| Interface | Description |
|---|---|
| AuthenticationHandler |
Implementations of this interface are authentication methods for use
with HTTP.
|
| AuthorisationListener | |
| CompressedResource |
This is just initial experimental design for solution to already compressed resources problem
|
| ConditionalCompatibleResource |
Resources may implement this, to allow them to decide dynamically whether
to support particular HTTP methods.
|
| CustomProperty |
Represents support for a given property.
|
| DeleteHelper |
Supporting functions for the DeleteHandler
|
| EventListener | |
| ExistingEntityHandler | |
| ExternalIdentityProvider |
Represents a method of authenticating users using remote sites.
|
| Filter |
Interface for a request/response wrapping filter.
|
| Handler | |
| HttpExtension | |
| ResourceHandler | |
| SecurityManager | |
| UrlAdapter |
Used to transform the requested url prior to resource location
|
| WellKnownResourceFactory.WellKnownHandler |
Locates a resource for a .well-known/XXX path
|
| Class | Description |
|---|---|
| AbstractRequest | |
| AbstractResponse | |
| AbstractWrappingResponseHandler |
Response Handler which wraps another
|
| AuthenticationService | |
| AuthenticationService.AuthStatus | |
| CompressingResponseHandler |
Response Handler which wraps another, and compresses content if appropriate
Usually, this will wrap a DefaultResponseHandler, but custom implementations
can be wrapped as well.
|
| DeleteHelperImpl |
Default implementation of DeleteHelper
It will delegate to the resource if it implements
DeletableCollectionResource, otherwise it will walk the collection if its a
CollectionResource, and finally will just call handlerHelper.isLockedOut
otherwise
|
| 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
|
| HandlerHelper | |
| HrefStatus |
An immutable class to represent an item in a MultiStatus response
|
| HttpManager |
Milton's main class.
|
| HttpManager.RequestInfo | |
| LockInfoSaxHandler | |
| MultipleResourceFactory | |
| OAuth2TokenResponse | |
| ProtocolHandlers | |
| ReadOnlySecurityManager | |
| ResourceHandlerHelper | |
| SimpleDigestResource | |
| SimpleResource |
A very simple resource implementation, which simply takes parameters in the
constructor to define the resource, which includes the content
Can be useful for resources defined in by code, where the content is a classpath
item
|
| StandardFilter | |
| UrlAdapterImpl | |
| WellKnownResourceFactory |
Used the decorator pattern to add support for .wellknown paths to a custom
resource factory.
|
| XmlWriter |
Lightweight XML generation.
|
| Enum | Description |
|---|---|
| XmlWriter.Type |
Copyright © 2021 McEvoy Software Ltd. All rights reserved.