public abstract class RawResponseBase extends Object implements RawResponse
| Modifier | Constructor and Description |
|---|---|
protected |
RawResponseBase(Config config,
HttpRequestSummary reqSum) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getCharSet() |
Config |
getConfig() |
HttpRequestSummary |
getRequestSummary() |
HttpResponseSummary |
toSummary() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContent, getContentAsBytes, getContentAsString, getContentAsString, getContentReader, getContentType, getEncoding, getHeaders, getStatus, getStatusText, hasContentprotected Config config
protected RawResponseBase(Config config, HttpRequestSummary reqSum)
protected String getCharSet()
public Config getConfig()
getConfig in interface RawResponsepublic HttpResponseSummary toSummary()
toSummary in interface RawResponsepublic HttpRequestSummary getRequestSummary()
getRequestSummary in interface RawResponseCopyright © 2022. All rights reserved.