Uses of Class
org.jdrupes.httpcodec.types.Directive
Packages that use Directive
-
Uses of Directive in org.jdrupes.httpcodec.types
Fields in org.jdrupes.httpcodec.types with type parameters of type DirectiveModifier and TypeFieldDescriptionstatic final MultiValueConverter<CacheControlDirectives,
Directive> Converters.CACHE_CONTROL_LIST
A converter for cache control directives.static final MultiValueConverter<List<Directive>,
Directive> Converters.DIRECTIVE_LIST
A converter for a list of directives.static final MultiValueConverter<List<Directive>,
Directive> Converters.DIRECTIVE_LIST
A converter for a list of directives.Methods in org.jdrupes.httpcodec.types that return DirectiveMethods in org.jdrupes.httpcodec.types that return types with arguments of type DirectiveModifier and TypeMethodDescriptionCacheControlDirectives.iterator()
CacheControlDirectives.stream()
Methods in org.jdrupes.httpcodec.types with parameters of type DirectiveModifier and TypeMethodDescriptionAdds a directive to the list.Directive.DirectiveConverter.asFieldValue
(Directive value) Constructor parameters in org.jdrupes.httpcodec.types with type arguments of type DirectiveModifierConstructorDescriptionCacheControlDirectives
(Collection<Directive> existing) Creates a new list with items copied from the existing collection.