public class HttpResponse extends Object
| Constructor and Description |
|---|
HttpResponse() |
| Modifier and Type | Method and Description |
|---|---|
CachingInfo |
getCachingInfo() |
org.brutusin.commons.io.MetaDataInputStream |
getInputStream() |
RpcResponse<org.brutusin.json.spi.JsonNode> |
getRpcResponse() |
boolean |
isIsBinary() |
void |
setCachingInfo(CachingInfo cachingInfo) |
void |
setInputStream(org.brutusin.commons.io.MetaDataInputStream inputStream) |
void |
setRpcResponse(RpcResponse<org.brutusin.json.spi.JsonNode> rpcResponse) |
String |
toString() |
public boolean isIsBinary()
public RpcResponse<org.brutusin.json.spi.JsonNode> getRpcResponse()
public void setRpcResponse(RpcResponse<org.brutusin.json.spi.JsonNode> rpcResponse)
public org.brutusin.commons.io.MetaDataInputStream getInputStream()
public void setInputStream(org.brutusin.commons.io.MetaDataInputStream inputStream)
public CachingInfo getCachingInfo()
public void setCachingInfo(CachingInfo cachingInfo)
Copyright © 2010–2017. All rights reserved.