Uses of Interface
com.bradmcevoy.http.http11.ETagGenerator

Packages that use ETagGenerator
com.bradmcevoy.http   
com.bradmcevoy.http.http11   
com.bradmcevoy.http.webdav   
 

Uses of ETagGenerator in com.bradmcevoy.http
 

Classes in com.bradmcevoy.http that implement ETagGenerator
 class AbstractWrappingResponseHandler
          Response Handler which wraps another
 class 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.
 class MsOfficeResponseHandler
          Disables locking, as required for MS office support
 

Uses of ETagGenerator in com.bradmcevoy.http.http11
 

Subinterfaces of ETagGenerator in com.bradmcevoy.http.http11
 interface Http11ResponseHandler
          The ResponseHandler should handle all responses back to the client.
 

Classes in com.bradmcevoy.http.http11 that implement ETagGenerator
 class DefaultETagGenerator
          Generates the ETag as follows: - if the resource has a null unique id, returns null - if the resource has a modified date it's hashcode is appended to the unique id - the result is returned
 class DefaultHttp11ResponseHandler
           
 

Constructors in com.bradmcevoy.http.http11 with parameters of type ETagGenerator
DefaultHttp11ResponseHandler(AuthenticationService authenticationService, ETagGenerator eTagGenerator)
           
 

Uses of ETagGenerator in com.bradmcevoy.http.webdav
 

Subinterfaces of ETagGenerator in com.bradmcevoy.http.webdav
 interface WebDavResponseHandler
           
 

Classes in com.bradmcevoy.http.webdav that implement ETagGenerator
 class DefaultWebDavResponseHandler
           
 

Methods in com.bradmcevoy.http.webdav that return ETagGenerator
 ETagGenerator WebDavProtocol.geteTagGenerator()
           
 



Copyright © 2011. All Rights Reserved.