public class HarRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static Long |
DEFAULT_SIZE |
| Constructor and Description |
|---|
HarRequest() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getBodySize() |
String |
getComment() |
List<HarCookie> |
getCookies() |
List<HarHeader> |
getHeaders() |
Long |
getHeadersSize() |
String |
getHttpVersion() |
HttpMethod |
getMethod() |
HarPostData |
getPostData() |
List<HarQueryParam> |
getQueryString() |
String |
getUrl() |
void |
setBodySize(Long bodySize) |
void |
setComment(String comment) |
void |
setCookies(List<HarCookie> cookies) |
void |
setHeaders(List<HarHeader> headers) |
void |
setHeadersSize(Long headersSize) |
void |
setHttpVersion(String httpVersion) |
void |
setMethod(HttpMethod method) |
void |
setPostData(HarPostData postData) |
void |
setQueryString(List<HarQueryParam> queryString) |
void |
setUrl(String url) |
protected static final Long DEFAULT_SIZE
public HttpMethod getMethod()
public void setMethod(HttpMethod method)
public String getUrl()
public void setUrl(String url)
public String getHttpVersion()
public void setHttpVersion(String httpVersion)
public List<HarQueryParam> getQueryString()
public void setQueryString(List<HarQueryParam> queryString)
public HarPostData getPostData()
public void setPostData(HarPostData postData)
public Long getHeadersSize()
DEFAULT_SIZE if the info is not available.public void setHeadersSize(Long headersSize)
public Long getBodySize()
DEFAULT_SIZE if the info is not available.public void setBodySize(Long bodySize)
public String getComment()
public void setComment(String comment)
Copyright © 2016. All Rights Reserved.