Uses of Interface
io.milton.http.http11.ETagGenerator
Packages that use ETagGenerator
Package
Description
-
Uses of ETagGenerator in io.milton.config
Fields in io.milton.config declared as ETagGeneratorMethods in io.milton.config that return ETagGeneratorMethods in io.milton.config with parameters of type ETagGeneratorModifier and TypeMethodDescriptionvoidHttpManagerBuilder.seteTagGenerator(ETagGenerator eTagGenerator) -
Uses of ETagGenerator in io.milton.http
Classes in io.milton.http that implement ETagGeneratorModifier and TypeClassDescriptionclassResponse Handler which wraps anotherclassResponse Handler which wraps another, and compresses content if appropriate -
Uses of ETagGenerator in io.milton.http.http11
Subinterfaces of ETagGenerator in io.milton.http.http11Modifier and TypeInterfaceDescriptioninterfaceThe ResponseHandler should handle all responses back to the client.Classes in io.milton.http.http11 that implement ETagGeneratorModifier and TypeClassDescriptionclassGenerates 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 returnedclassclassGenerates the ETag by just returning the getUniqueIdConstructors in io.milton.http.http11 with parameters of type ETagGeneratorModifierConstructorDescriptionDefaultHttp11ResponseHandler(AuthenticationService authenticationService, ETagGenerator eTagGenerator, ContentGenerator contentGenerator) MatchHelper(ETagGenerator eTagGenerator) -
Uses of ETagGenerator in io.milton.http.http11.auth
Classes in io.milton.http.http11.auth that implement ETagGeneratorModifier and TypeClassDescriptionclassThis decorates a wrapped response handler, and gives it the ability to generate login pages. -
Uses of ETagGenerator in io.milton.http.webdav
Subinterfaces of ETagGenerator in io.milton.http.webdavClasses in io.milton.http.webdav that implement ETagGeneratorMethods in io.milton.http.webdav that return ETagGeneratorConstructors in io.milton.http.webdav with parameters of type ETagGeneratorModifierConstructorDescriptionWebDavProtocol(HandlerHelper handlerHelper, ResourceTypeHelper resourceTypeHelper, WebDavResponseHandler responseHandler, List<PropertySource> propertySources, QuotaDataAccessor quotaDataAccessor, PropPatchSetter patchSetter, PropertyAuthoriser propertyAuthoriser, ETagGenerator eTagGenerator, UrlAdapter urlAdapter, ResourceHandlerHelper resourceHandlerHelper, UserAgentHelper userAgentHelper, PropFindRequestFieldParser requestFieldParser, PropFindPropertyBuilder propertyBuilder, DisplayNameFormatter displayNameFormatter, boolean enableTextContentProperty)