All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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