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

com.yy.httpproxy.PushHandler Maven / Gradle / Ivy

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

/**
 * Created by xuduo on 10/20/15.
 */
public abstract class PushHandler extends ReplyHandler {

    public PushHandler(Object clazz) {
        super(clazz);
    }

    @Override
    public void onError(int code, String message) {

    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy