Uses of Class
org.jdrupes.httpcodec.types.CacheControlDirectives
Package | Description |
---|---|
org.jdrupes.httpcodec.types |
Special types related to HTTP.
|
-
Uses of CacheControlDirectives in org.jdrupes.httpcodec.types
Fields in org.jdrupes.httpcodec.types with type parameters of type CacheControlDirectives Modifier and Type Field Description static MultiValueConverter<CacheControlDirectives,Directive>
Converters. CACHE_CONTROL_LIST
A converter for cache control directives.Methods in org.jdrupes.httpcodec.types that return CacheControlDirectives Modifier and Type Method Description CacheControlDirectives
CacheControlDirectives. add(Directive directive)
Adds a directive to the list.CacheControlDirectives
CacheControlDirectives. clear()
Removes all directives from the list.