Interface Attribute
-
- All Superinterfaces:
java.lang.Comparable<InterfaceHttpData>
,HttpData
,InterfaceHttpData
- All Known Implementing Classes:
DiskAttribute
,MemoryAttribute
,MixedAttribute
public interface Attribute extends HttpData
Attribute interface
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jboss.netty.handler.codec.http.multipart.InterfaceHttpData
InterfaceHttpData.HttpDataType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getValue()
Returns the value of this HttpData.void
setValue(java.lang.String value)
Sets the value of this HttpData.-
Methods inherited from interface org.jboss.netty.handler.codec.http.multipart.HttpData
addContent, checkSize, delete, get, getChannelBuffer, getCharset, getChunk, getFile, getString, getString, isCompleted, isInMemory, length, renameTo, setCharset, setContent, setContent, setContent, setMaxSize
-
Methods inherited from interface org.jboss.netty.handler.codec.http.multipart.InterfaceHttpData
getHttpDataType, getName
-
-