- java.lang.Object
-
- com.rabbitmq.http.client.HttpResponse
-
public class HttpResponse extends Object
Representation of an HTTP response.- Since:
- 2.1.0
-
-
Constructor Summary
Constructors Constructor Description HttpResponse(int status, String reason, Map<String,String> headers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>
getHeaders()
String
getReason()
int
getStatus()
String
toString()
-