Class BrotliDecompressingEntity

java.lang.Object
org.apache.hc.core5.http.io.entity.HttpEntityWrapper
org.apache.hc.client5.http.entity.DecompressingEntity
org.apache.hc.client5.http.entity.BrotliDecompressingEntity
All Implemented Interfaces:
Closeable, AutoCloseable, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.HttpEntity

public class BrotliDecompressingEntity extends DecompressingEntity
HttpEntityWrapper responsible for handling br Content Coded responses.
Since:
5.2
See Also:
  • Constructor Details

    • BrotliDecompressingEntity

      public BrotliDecompressingEntity(org.apache.hc.core5.http.HttpEntity entity)
      Creates a new DecompressingEntity.
      Parameters:
      entity - factory to create decompressing stream.
  • Method Details

    • isAvailable

      public static boolean isAvailable()