![JAR search and dependency download from the Maven repository](/logo.png)
io.airlift.http.client.StreamingResponse Maven / Gradle / Ivy
The newest version!
package io.airlift.http.client;
import java.io.Closeable;
public interface StreamingResponse
extends Response, Closeable
{
@Override
void close();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy