Interface InterfaceHttpData
- All Superinterfaces:
Comparable<InterfaceHttpData>,io.netty.util.ReferenceCounted
- All Known Subinterfaces:
Attribute,FileUpload,HttpData
- All Known Implementing Classes:
AbstractDiskHttpData,AbstractHttpData,AbstractMemoryHttpData,DiskAttribute,DiskFileUpload,MemoryAttribute,MemoryFileUpload,MixedAttribute,MixedFileUpload
public interface InterfaceHttpData
extends Comparable<InterfaceHttpData>, io.netty.util.ReferenceCounted
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
compareToMethods inherited from interface io.netty.util.ReferenceCounted
refCnt, release, release
-
Method Details
-
getName
String getName()Returns the name of this InterfaceHttpData. -
getHttpDataType
InterfaceHttpData.HttpDataType getHttpDataType()- Returns:
- The HttpDataType
-
retain
InterfaceHttpData retain()- Specified by:
retainin interfaceio.netty.util.ReferenceCounted
-
retain
- Specified by:
retainin interfaceio.netty.util.ReferenceCounted
-
touch
InterfaceHttpData touch()- Specified by:
touchin interfaceio.netty.util.ReferenceCounted
-
touch
- Specified by:
touchin interfaceio.netty.util.ReferenceCounted
-