|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.browsermob.proxy.http.BrowserMobHttpResponse
public class BrowserMobHttpResponse
| Constructor Summary | |
|---|---|
BrowserMobHttpResponse(HarEntry entry,
org.apache.http.client.methods.HttpRequestBase method,
org.apache.http.HttpResponse response,
boolean contentMatched,
String verificationText,
String errorMessage,
String body,
String contentType,
String charSet)
|
|
| Method Summary | |
|---|---|
void |
checkContentMatched(String info)
|
String |
getBody()
|
String |
getCharSet()
|
String |
getContentType()
|
HarEntry |
getEntry()
|
String |
getErrorMessage()
|
String |
getHeader(String name)
|
org.apache.http.HttpResponse |
getRawResponse()
|
boolean |
isContentMatched()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BrowserMobHttpResponse(HarEntry entry,
org.apache.http.client.methods.HttpRequestBase method,
org.apache.http.HttpResponse response,
boolean contentMatched,
String verificationText,
String errorMessage,
String body,
String contentType,
String charSet)
| Method Detail |
|---|
public boolean isContentMatched()
public String getBody()
public String getContentType()
public String getCharSet()
public String getErrorMessage()
public String getHeader(String name)
public org.apache.http.HttpResponse getRawResponse()
public void checkContentMatched(String info)
public HarEntry getEntry()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||