public class HtmlParser extends Object
| Constructor and Description |
|---|
HtmlParser(Path filePath) |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize() |
String |
retrieveBodyContent() |
Map<String,String> |
retrieveCookiesContent() |
Map<String,String> |
retrieveHeadersContent() |
String |
retrieveMethodUrlOrStatusText() |
public HtmlParser(Path filePath)
public void initialize()
throws IOException
IOExceptionpublic String retrieveMethodUrlOrStatusText()
public String retrieveBodyContent()
Copyright © 2022. All rights reserved.