Package | Description |
---|---|
com.gargoylesoftware.htmlunit |
Framework classes
|
Modifier and Type | Field and Description |
---|---|
static FormEncodingType |
FormEncodingType.MULTIPART
MULTIPART
This used to be a constant in HttpClient but it was deprecated with no alternative.
|
static FormEncodingType |
FormEncodingType.URL_ENCODED
URL_ENCODED
|
Modifier and Type | Method and Description |
---|---|
FormEncodingType |
WebRequestSettings.getEncodingType() |
static FormEncodingType |
FormEncodingType.getInstance(String name)
Return the constant that matches the given name
|
Modifier and Type | Method and Description |
---|---|
void |
WebRequestSettings.setEncodingType(FormEncodingType encodingType) |
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.