public interface GzipResponseHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTENT_ENCODING |
static String |
GZIP |
| Modifier and Type | Method and Description |
|---|---|
default InputStream |
handleCompressedInputStream(org.mule.runtime.http.api.domain.message.response.HttpResponse response)
This method handles received compressed input stream.
|
static final String GZIP
static final String CONTENT_ENCODING
default InputStream handleCompressedInputStream(org.mule.runtime.http.api.domain.message.response.HttpResponse response)
response - Received httpResponseCopyright © 2025 MuleSoft, Inc.. All rights reserved.