Uses of Record Class
de.sstoehr.harreader.model.HarContent
Packages that use HarContent
-
Uses of HarContent in de.sstoehr.harreader.model
Methods in de.sstoehr.harreader.model that return HarContentModifier and TypeMethodDescriptionHarResponse.content()Returns the value of thecontentrecord component.Constructors in de.sstoehr.harreader.model with parameters of type HarContentModifierConstructorDescriptionHarResponse(int status, String statusText, String httpVersion, List<HarCookie> cookies, List<HarHeader> headers, HarContent content, String redirectURL, Long headersSize, Long bodySize, String comment, Map<String, Object> additional) Creates an instance of aHarResponserecord class.