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

com.yy.httpproxy.requester.ResponseHandler Maven / Gradle / Ivy

There is a newer version: 1.1.28
Show newest version
package com.yy.httpproxy.requester;


public interface ResponseHandler {

    void onResponse(String sequenceId, int code, String message, byte[] body);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy