Interface InterfaceHttpData
- All Superinterfaces:
Comparable<InterfaceHttpData>
- All Known Subinterfaces:
Attribute
,FileUpload
,HttpData
- All Known Implementing Classes:
AbstractDiskHttpData
,AbstractHttpData
,AbstractMemoryHttpData
,DiskAttribute
,DiskFileUpload
,InternalAttribute
,MemoryAttribute
,MemoryFileUpload
,MixedAttribute
,MixedFileUpload
Interface for all Objects that could be encoded/decoded using HttpPostRequestEncoder/Decoder
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getName
String getName()Returns the name of this InterfaceHttpData. -
getHttpDataType
InterfaceHttpData.HttpDataType getHttpDataType()- Returns:
- The HttpDataType
-