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