Uses of Class
org.mockserver.serialization.har.HarResponse
Packages that use HarResponse
-
Uses of HarResponse in org.mockserver.serialization.har
Methods in org.mockserver.serialization.har that return HarResponseModifier and TypeMethodDescriptionHarEntry.getResponse()HarResponse.withBodySize(long bodySize) HarResponse.withContent(HarContent content) HarResponse.withCookies(List<HarCookie> cookies) HarResponse.withHeaders(List<HarNameValuePair> headers) HarResponse.withHeadersSize(long headersSize) HarResponse.withHttpVersion(String httpVersion) HarResponse.withRedirectURL(String redirectURL) HarResponse.withStatus(int status) HarResponse.withStatusText(String statusText) Methods in org.mockserver.serialization.har with parameters of type HarResponse