Class InternalAttribute
java.lang.Object
org.jboss.netty.handler.codec.http.multipart.InternalAttribute
- All Implemented Interfaces:
Comparable<InterfaceHttpData>, InterfaceHttpData
This Attribute is only for Encoder use to insert special command between object if needed
(like Multipart Mixed mode)
-
Nested Class Summary
Nested classes/interfaces inherited from interface InterfaceHttpData
InterfaceHttpData.HttpDataType -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
-
charset
-
-
Constructor Details
-
InternalAttribute
-
-
Method Details
-
getHttpDataType
- Specified by:
getHttpDataTypein interfaceInterfaceHttpData- Returns:
- The HttpDataType
-
addValue
-
addValue
-
setValue
-
hashCode
-
equals
-
compareTo
- Specified by:
compareToin interfaceComparable<InterfaceHttpData>
-
compareTo
-
size
public int size() -
toString
-
toChannelBuffer
-
getName
Description copied from interface:InterfaceHttpDataReturns the name of this InterfaceHttpData.- Specified by:
getNamein interfaceInterfaceHttpData
-