Uses of Interface
org.codehaus.cargo.container.internal.http.FormContentType
-
Packages that use FormContentType Package Description org.codehaus.cargo.container.internal.http -
-
Uses of FormContentType in org.codehaus.cargo.container.internal.http
Classes in org.codehaus.cargo.container.internal.http that implement FormContentType Modifier and Type Class Description class
MultipartFormContentType
Represents the content type for a multipart form.class
UrlEncodedFormContentType
Represents the content type for an url encoded form.Constructors in org.codehaus.cargo.container.internal.http with parameters of type FormContentType Constructor Description HttpFormRequest(URL url, FormContentType formData)
HttpFormRequest(URL url, FormContentType formData, long timeout)
-