1
0
mirror of https://github.com/square/okhttp.git synced 2025-08-07 12:42:57 +03:00
Files
okhttp/okhttp-brotli/api/okhttp-brotli.api
Yuri Schimke eda4064d6a Rename compression algorithms to be consistent. (#8984)
* Rename compression algorithms to be consistent.

Nice API for both Java and Kotlin devs.
With a test showing each.

Co-authored-by: Jake Wharton <github@jakewharton.com>

---------

Co-authored-by: Jake Wharton <github@jakewharton.com>
2025-07-31 19:34:32 +01:00

11 lines
428 B
Plaintext

public final class okhttp3/brotli/Brotli : okhttp3/CompressionInterceptor$DecompressionAlgorithm {
public static final field INSTANCE Lokhttp3/brotli/Brotli;
public fun decompress (Lokio/BufferedSource;)Lokio/Source;
public fun getEncoding ()Ljava/lang/String;
}
public final class okhttp3/brotli/BrotliInterceptor : okhttp3/CompressionInterceptor {
public static final field INSTANCE Lokhttp3/brotli/BrotliInterceptor;
}