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

cc.kebei.expands.request.http.Callback Maven / Gradle / Ivy

package cc.kebei.expands.request.http;

import org.apache.http.HttpMessage;

/**
 * Created by Kebei on 16-6-24.
 */
public interface Callback {
    void accept(C message);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy