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

net.dongliu.cute.http.BodySubscriberProvider Maven / Gradle / Ivy

The newest version!
package net.dongliu.cute.http;

import java.net.http.HttpResponse.BodySubscriber;

/**
 * Given a response info, provide a BodySubscriber
 */
@FunctionalInterface
public interface BodySubscriberProvider {

    /**
     * Given a response info, provide a BodySubscriber
     */
    BodySubscriber getBodySubscriber(ResponseInfo info);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy