Package org.apache.hc.client5.http.impl
Class ContentCodingSupport
- java.lang.Object
-
- org.apache.hc.client5.http.impl.ContentCodingSupport
-
@Internal public final class ContentCodingSupport extends java.lang.Object- Since:
- 5.6
-
-
Field Summary
Fields Modifier and Type Field Description static intMAX_CODEC_LIST_LEN
-
Constructor Summary
Constructors Modifier Constructor Description privateContentCodingSupport()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<java.lang.String>parseContentCodecs(org.apache.hc.core5.http.EntityDetails entityDetails)static voidvalidate(java.util.Collection<java.lang.String> codecList, int maxCodecListLen)
-
-
-
Field Detail
-
MAX_CODEC_LIST_LEN
public static final int MAX_CODEC_LIST_LEN
- See Also:
- Constant Field Values
-
-
Method Detail
-
parseContentCodecs
public static java.util.List<java.lang.String> parseContentCodecs(org.apache.hc.core5.http.EntityDetails entityDetails)
-
validate
public static void validate(java.util.Collection<java.lang.String> codecList, int maxCodecListLen) throws org.apache.hc.core5.http.ProtocolException- Throws:
org.apache.hc.core5.http.ProtocolException
-
-