public interface IResponseInfo
IResponseInfo object for a given response by calling
IExtensionHelpers.analyzeResponse().| Modifier and Type | Method and Description |
|---|---|
int |
getBodyOffset()
This method is used to obtain the offset within the response where the
message body begins.
|
List<ICookie> |
getCookies()
This method is used to obtain details of the HTTP cookies set in the
response.
|
List<String> |
getHeaders()
This method is used to obtain the HTTP headers contained in the response.
|
String |
getInferredMimeType()
This method is used to obtain the MIME type of the response, as inferred
from the contents of the HTTP message body.
|
String |
getStatedMimeType()
This method is used to obtain the MIME type of the response, as stated in
the HTTP headers.
|
short |
getStatusCode()
This method is used to obtain the HTTP status code contained in the
response.
|
List<String> getHeaders()
int getBodyOffset()
short getStatusCode()
List<ICookie> getCookies()
ICookie objects representing the cookies
set in the response, if any.String getStatedMimeType()
String getInferredMimeType()
Copyright © 2017. All rights reserved.