Enum Class ContentEncoding

java.lang.Object
java.lang.Enum<ContentEncoding>
org.refcodes.web.ContentEncoding
All Implemented Interfaces:
Serializable, Comparable<ContentEncoding>, Constable, org.refcodes.mixin.NameAccessor

public enum ContentEncoding extends Enum<ContentEncoding> implements org.refcodes.mixin.NameAccessor
ContentEncodings are specified an an HTTP Header-Fields HeaderField.ACCEPT_ENCODING or HeaderField.CONTENT_ENCODING and how to encode a HTTP body or how a HTTP body is encoded.
See Also:
  • "https://developer.mozilla.org/de/docs/Web/HTTP/Headers/Content-Encoding"