Uses of Class
com.gargoylesoftware.htmlunit.FormEncodingType
-
Packages that use FormEncodingType Package Description com.gargoylesoftware.htmlunit Framework classes (contains theWebClientclass which is the main entry point). -
-
Uses of FormEncodingType in com.gargoylesoftware.htmlunit
Fields in com.gargoylesoftware.htmlunit declared as FormEncodingType Modifier and Type Field Description static FormEncodingTypeFormEncodingType. MULTIPARTMultipart form encoding (used to be a constant in HttpClient but it was deprecated with no alternative).static FormEncodingTypeFormEncodingType. TEXT_PLAINtext/plain.static FormEncodingTypeFormEncodingType. URL_ENCODEDURL-encoded form encoding.Methods in com.gargoylesoftware.htmlunit that return FormEncodingType Modifier and Type Method Description FormEncodingTypeWebRequest. getEncodingType()Returns the form encoding type to use.static FormEncodingTypeFormEncodingType. getInstance(java.lang.String name)Returns the constant that matches the specified name.Methods in com.gargoylesoftware.htmlunit with parameters of type FormEncodingType Modifier and Type Method Description voidWebRequest. setEncodingType(FormEncodingType encodingType)Sets the form encoding type to use.
-