public abstract class BaseHttpResponse extends Object implements IHttpResponse
Constructor and Description |
---|
BaseHttpResponse() |
Modifier and Type | Method and Description |
---|---|
abstract byte[] |
getBody()
获取 body
|
abstract String |
getBodyString()
获取 body string
|
<T> T |
getJsonObjectBody(com.alibaba.fastjson.TypeReference<T> ref)
获取 json body
|
void |
validOk()
验证是否成功
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCode, getUrl, isOk
public abstract byte[] getBody()
public abstract String getBodyString()
public void validOk()
public <T> T getJsonObjectBody(com.alibaba.fastjson.TypeReference<T> ref)
T
- Tref
- refCopyright © 2024. All rights reserved.