Package com.avoka.tm.http
Class HttpRequest.FileParam
java.lang.Object
com.avoka.tm.http.HttpRequest.FileParam
- Enclosing class:
- HttpRequest
Provides a multi-part FileParam.
- 
Field SummaryFields
- 
Method Summary
- 
Field Details- 
fileDatapublic final byte[] fileDataFile Data.
- 
fileNameFile Name.
 
- 
- 
Method Details- 
toString
- 
hashCodepublic int hashCode()Returns a hash code value for the object. This method is supported for the benefit of hash tables such as those provided byHashMap. Implementation calculates hash code based on 'fileName' and 'fileData' fields with the help ofHashCodeBuilder
- 
equalsIndicates whether some other object is "equal to" this one. Implementation relies that the object is of same type and compares 'fileName' and 'fileData' with the help ofEqualsBuilderin order to return 'true'
 
-