mirror of
https://github.com/square/okhttp.git
synced 2025-08-07 12:42:57 +03:00
* 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>
11 lines
428 B
Plaintext
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;
|
|
}
|
|
|