public interface ResponseUnit
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
bodyToString() |
int |
getCode() |
Headers |
getHeaders() |
Date |
getLocalDate() |
String |
getMessage() |
Protocol |
getProtocol() |
long |
getReceivedResponseAtMillis() |
String |
getRequestMethod() |
HttpUrl |
getRequestUrl() |
long |
getSentRequestAtMillis() |
Date |
getServerDate() |
String getRequestMethod()
HttpUrl getRequestUrl()
long getSentRequestAtMillis()
long getReceivedResponseAtMillis()
Protocol getProtocol()
int getCode()
String getMessage()
Headers getHeaders()
Date getLocalDate()
Date getServerDate()
String bodyToString()