Interface HttpSender.Response
-
- Enclosing interface:
- HttpSender
public static interface HttpSender.ResponseThe 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.intstatusCode()The HTTP status code.java.lang.StringstatusMessage()The HTTP status message.
-