Class HARDumperListener.Har.Response
- java.lang.Object
-
- io.yupiik.uship.httpclient.core.listener.impl.HARDumperListener.Har.Response
-
- Enclosing class:
- HARDumperListener.Har
public static class HARDumperListener.Har.Response extends Object
-
-
Field Summary
Fields Modifier and Type Field Description longbodySizeStringcommentHARDumperListener.Har.ContentcontentCollection<HARDumperListener.Har.Cookie>cookiesCollection<HARDumperListener.Har.Header>headerslongheadersSizeStringhttpVersionStringredirectURLintstatusStringstatusText
-
Constructor Summary
Constructors Constructor Description Response()
-
-
-
Field Detail
-
status
public int status
-
statusText
public String statusText
-
httpVersion
public String httpVersion
-
cookies
public Collection<HARDumperListener.Har.Cookie> cookies
-
headers
public Collection<HARDumperListener.Har.Header> headers
-
content
public HARDumperListener.Har.Content content
-
redirectURL
public String redirectURL
-
headersSize
public long headersSize
-
bodySize
public long bodySize
-
comment
public String comment
-
-