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

com.tomakehurst.crashlab.NoOpCompetionHandler Maven / Gradle / Ivy

The newest version!
package com.tomakehurst.crashlab;

import com.ning.http.client.AsyncCompletionHandler;
import com.ning.http.client.Response;

public class NoOpCompetionHandler extends AsyncCompletionHandler {
    @Override
    public Response onCompleted(Response response) throws Exception {
        return response;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy