Uses of Class
org.htmlunit.FormEncodingType
Packages that use FormEncodingType
-
Uses of FormEncodingType in org.htmlunit
Fields in org.htmlunit declared as FormEncodingTypeModifier and TypeFieldDescriptionprivate FormEncodingType
WebRequest.encodingType_
static final FormEncodingType
FormEncodingType.MULTIPART
Multipart form encoding (used to be a constant in HttpClient but it was deprecated with no alternative).static final FormEncodingType
FormEncodingType.TEXT_PLAIN
text/plain.static final FormEncodingType
FormEncodingType.URL_ENCODED
URL-encoded form encoding.Methods in org.htmlunit that return FormEncodingTypeModifier and TypeMethodDescriptionWebRequest.getEncodingType()
Returns the form encoding type to use.static FormEncodingType
FormEncodingType.getInstance
(String name) Returns the constant that matches the specified name.Methods in org.htmlunit with parameters of type FormEncodingTypeModifier and TypeMethodDescriptionvoid
WebRequest.setEncodingType
(FormEncodingType encodingType) Sets the form encoding type to use.