Class ContentCodingSupport


  • @Internal
    public final class ContentCodingSupport
    extends java.lang.Object
    Since:
    5.6
    • 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 void validate​(java.util.Collection<java.lang.String> codecList, int maxCodecListLen)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ContentCodingSupport

        private ContentCodingSupport()
    • 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