Uses of Class
org.htmlunit.FormEncodingType
-
Packages that use FormEncodingType Package Description org.htmlunit Framework classes (contains theWebClientclass which is the main entry point). -
-
Uses of FormEncodingType in org.htmlunit
Fields in org.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 org.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 org.htmlunit with parameters of type FormEncodingType Modifier and Type Method Description voidWebRequest. setEncodingType(FormEncodingType encodingType)Sets the form encoding type to use.
-