Uses of Package
com.bradmcevoy.http

Packages that use com.bradmcevoy.http
com.bradmcevoy.http   
com.bradmcevoy.http.exceptions   
com.bradmcevoy.http.http11   
com.bradmcevoy.http.http11.auth   
com.bradmcevoy.http.quota   
com.bradmcevoy.http.values   
com.bradmcevoy.http.webdav   
com.bradmcevoy.property   
com.ettrema.event   
com.ettrema.http.fck   
com.ettrema.http.fs   
com.ettrema.http.report   
 

Classes in com.bradmcevoy.http used by com.bradmcevoy.http
AbstractRequest
           
AbstractResponse
           
AbstractWrappingResponseHandler
          Response Handler which wraps another
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.
Auth.Scheme
          Common HTTP authentication schemes, and some non-http specified but common ones
AuthenticationHandler
          Implementations of this interface are authentication methods for use with HTTP.
AuthenticationService
           
AuthenticationService.AuthStatus
           
CollectionResource
          A type of Resource which can have children, ie it can act as a directory.
Cookie
           
CopyableResource
          webDAV COPY
CustomProperty
          Represents support for a given property.
DateUtils.DateParseException
           
DeletableResource
          Implement this to allow your resource to be deleted by webdav clients.
DeleteHelper
          Supporting functions for the DeleteHandler
DigestResource
          Interface to support digest HTTP authentication.
EventListener
           
ExistingEntityHandler
           
FileItem
          Represents an item which has been uploaded in a form POST
Filter
          Interface for a request/response wrapping filter.
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
          webDAV GET and HEAD
Handler
           
HandlerHelper
           
HrefStatus
          An immutable class to represent an item in a MultiStatus response
HttpExtension
           
HttpManager
          Milton's main class.
LockableResource
          webDAV LOCK You should also implement LockingCollectionResource on your collections for full locking support
LockInfo
           
LockInfo.LockDepth
           
LockInfo.LockScope
           
LockInfo.LockType
           
LockResult
           
LockResult.FailureReason
           
LockTimeout
           
LockTimeout.DateAndSeconds
           
LockToken
           
MakeCollectionableResource
          Represents a collection (ie a folder or directory which allows sub collections to be created
MoveableResource
          webDAV MOVE
PostableResource
           
PropFindableResource
           
ProtocolHandlers
           
PutableResource
           
Range
           
Request
           
Request.CacheControlRequest
           
Request.Depth
           
Request.Header
           
Request.Method
           
RequestParseException
           
Resource
          Implementations should implement compareTo as an alphabetic comparison on the name property
ResourceFactory
          Implementations of ResourceFactory translate URLs to instances of Resource
ResourceHandler
           
Response
           
Response.CacheControlResponse
           
Response.ContentEncoding
           
Response.ContentType
           
Response.Header
           
Response.Status
           
SecurityManager
           
SessionAuthenticationHandler
           
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
UrlAdapter
          Used to transform the requested url prior to resource location
XmlWriter.Element
          Represents an element which is currently being written
XmlWriter.Type
           
 

Classes in com.bradmcevoy.http used by com.bradmcevoy.http.exceptions
Resource
          Implementations should implement compareTo as an alphabetic comparison on the name property
 

Classes in com.bradmcevoy.http used by com.bradmcevoy.http.http11
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.
AuthenticationService
           
CollectionResource
          A type of Resource which can have children, ie it can act as a directory.
DeleteHelper
          Supporting functions for the DeleteHandler
ExistingEntityHandler
           
GetableResource
          webDAV GET and HEAD
Handler
           
HandlerHelper
           
HttpExtension
           
HttpManager
          Milton's main class.
Range
           
ReplaceableResource
          Indicates a resource which can have its content replaced by a PUT method
Request
           
Resource
          Implementations should implement compareTo as an alphabetic comparison on the name property
ResourceHandler
           
Response
           
Response.Status
           
 

Classes in com.bradmcevoy.http used by com.bradmcevoy.http.http11.auth
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.
AuthenticationHandler
          Implementations of this interface are authentication methods for use with HTTP.
Filter
          Interface for a request/response wrapping filter.
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
Request
           
Request.Method
           
Resource
          Implementations should implement compareTo as an alphabetic comparison on the name property
Response
           
SecurityManager
           
 

Classes in com.bradmcevoy.http used by com.bradmcevoy.http.quota
CollectionResource
          A type of Resource which can have children, ie it can act as a directory.
Request
           
Resource
          Implementations should implement compareTo as an alphabetic comparison on the name property
 

Classes in com.bradmcevoy.http used by com.bradmcevoy.http.values
XmlWriter
          Lightweight XML generation.
 

Classes in com.bradmcevoy.http used by com.bradmcevoy.http.webdav
AuthenticationService
           
CollectionResource
          A type of Resource which can have children, ie it can act as a directory.
DeleteHelper
          Supporting functions for the DeleteHandler
ExistingEntityHandler
           
GetableResource
          webDAV GET and HEAD
Handler
           
HandlerHelper
           
HrefStatus
          An immutable class to represent an item in a MultiStatus response
HttpExtension
           
HttpManager
          Milton's main class.
LockableResource
          webDAV LOCK You should also implement LockingCollectionResource on your collections for full locking support
LockInfo.LockDepth
           
LockInfo.LockScope
           
LockInfo.LockType
           
LockTimeout
           
LockToken
           
MakeCollectionableResource
          Represents a collection (ie a folder or directory which allows sub collections to be created
PropFindableResource
           
Range
           
Request
           
Resource
          Implementations should implement compareTo as an alphabetic comparison on the name property
ResourceHandler
           
ResourceHandlerHelper
           
Response
           
Response.Status
           
XmlWriter
          Lightweight XML generation.
 

Classes in com.bradmcevoy.http used by com.bradmcevoy.property
Handler
           
Request
           
Request.Method
           
Resource
          Implementations should implement compareTo as an alphabetic comparison on the name property
Response.Status
           
 

Classes in com.bradmcevoy.http used by com.ettrema.event
CollectionResource
          A type of Resource which can have children, ie it can act as a directory.
Request
           
Resource
          Implementations should implement compareTo as an alphabetic comparison on the name property
Response
           
 

Classes in com.bradmcevoy.http used by com.ettrema.http.fck
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.
CollectionResource
          A type of Resource which can have children, ie it can act as a directory.
DigestResource
          Interface to support digest HTTP authentication.
FileItem
          Represents an item which has been uploaded in a form POST
GetableResource
          webDAV GET and HEAD
PostableResource
           
Range
           
Request
           
Request.Method
           
Resource
          Implementations should implement compareTo as an alphabetic comparison on the name property
ResourceFactory
          Implementations of ResourceFactory translate URLs to instances of Resource
 

Classes in com.bradmcevoy.http used by com.ettrema.http.fs
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.
DigestResource
          Interface to support digest HTTP authentication.
FileItem
          Represents an item which has been uploaded in a form POST
GetableResource
          webDAV GET and HEAD
LockableResource
          webDAV LOCK You should also implement LockingCollectionResource on your collections for full locking support
LockInfo
           
LockResult
           
LockTimeout
           
LockToken
           
PostableResource
           
Range
           
Request
           
Request.Method
           
Resource
          Implementations should implement compareTo as an alphabetic comparison on the name property
ResourceFactory
          Implementations of ResourceFactory translate URLs to instances of Resource
SecurityManager
           
 

Classes in com.bradmcevoy.http used by com.ettrema.http.report
ExistingEntityHandler
           
Handler
           
HttpManager
          Milton's main class.
Request
           
Resource
          Implementations should implement compareTo as an alphabetic comparison on the name property
ResourceHandler
           
ResourceHandlerHelper
           
Response
           
 



Copyright © 2011. All Rights Reserved.