Package org.jdrupes.httpcodec.types
package org.jdrupes.httpcodec.types
Special types related to HTTP.
-
ClassDescriptionRepresents a list of Cache-Control directives.Represents a value with a optional comments such as
value (comment)
.Converter<T>Implemented by classes that convert between a value and its string representation in the HTTP header field.Utility methods and singletons for converters.Used to control the generation of “Set-Cookie” header fields.Represents a list of cookies.Used by by converters that convert header fields with a list of values.Represents a directive.Represents an ETag.A converter that converts between date/time representatiosn andInstant
.Represents the tuple media top-level type and subtype, including a media range (type or subtype equals “*
”).A builder for the (immutable) parameterized type.A builder for the (immutable) parameterized type.Implemented by converters that convert header fields with a list of values.Represents a parameterized value such asvalue; param1=value1; param2=value2
.A builder for the (immutable) parameterized type.ExtendsParameterizedValue.ParamValueConverterBase
to a realization ofConverter<ParameterizedValue<T>>
.A base class for converters for parameterized values.Converts aHttpCookie
to the representation used in a “Set-Cookie” header.Represents a list of strings with some additional methods.