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

com.tapstream.rollbar.IHttpRequester Maven / Gradle / Ivy

There is a newer version: 0.1.4
Show newest version
package com.tapstream.rollbar;

import java.io.IOException;

public interface IHttpRequester {
    
    public int send(HttpRequest request) throws IOException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy