Class and Description |
---|
com.gargoylesoftware.htmlunit.html.HtmlKeygen
as of 2.26, it is not supported by real browsers anymore
|
Field and Description |
---|
com.gargoylesoftware.htmlunit.TextUtil.DEFAULT_CHARSET
as of 2.26, use
StandardCharsets.ISO_8859_1 |
com.gargoylesoftware.htmlunit.xml.XmlUtil.DEFAULT_CHARSET
as of 2.26, use
StandardCharsets.UTF_8 |
Constructor and Description |
---|
com.gargoylesoftware.htmlunit.StringWebResponse(String, String, URL)
as of 2.25, please use
StringWebResponse.StringWebResponse(String, Charset, URL) |
Copyright © 2002–2017 Gargoyle Software Inc.. All rights reserved.