Interface HttpSender.Response
-
- Enclosing interface:
- HttpSender
public static interface HttpSender.Response
The HTTP response.This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
responseBody()
The HTTP response body.int
statusCode()
The HTTP status code.java.lang.String
statusMessage()
The HTTP status message.
-