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

com.github.kristofa.brave.http.HttpResponse Maven / Gradle / Ivy

Go to download

Abstraction that makes it easier to implement brave in http clients and servers.

The newest version!
package com.github.kristofa.brave.http;

/**
 * @deprecated Replaced by {@code HttpClientAdapter} or {@code HttpServerAdapter} from brave-http
 */
@Deprecated
public interface HttpResponse {

    int getHttpStatusCode();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy