Class ContentCodingSupport
java.lang.Object
org.apache.hc.client5.http.impl.ContentCodingSupport
- Since:
- 5.6
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparseContentCodecs(org.apache.hc.core5.http.EntityDetails entityDetails) static voidvalidate(Collection<String> codecList, int maxCodecListLen)
-
Field Details
-
MAX_CODEC_LIST_LEN
public static final int MAX_CODEC_LIST_LEN- See Also:
-
-
Constructor Details
-
ContentCodingSupport
private ContentCodingSupport()
-
-
Method Details
-
parseContentCodecs
-
validate
public static void validate(Collection<String> codecList, int maxCodecListLen) throws org.apache.hc.core5.http.ProtocolException - Throws:
org.apache.hc.core5.http.ProtocolException
-