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 org.jboss.netty.handler.codec.http.multipart.InterfaceHttpData
InterfaceHttpData.HttpDataType
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
-
charset
-
-
Constructor Details
-
InternalAttribute
-
-
Method Details
-
getHttpDataType
- Specified by:
getHttpDataType
in interfaceInterfaceHttpData
- Returns:
- The HttpDataType
-
addValue
-
addValue
-
setValue
-
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareTo
in interfaceComparable<InterfaceHttpData>
-
compareTo
-
size
public int size() -
toString
-
toChannelBuffer
-
getName
Description copied from interface:InterfaceHttpData
Returns the name of this InterfaceHttpData.- Specified by:
getName
in interfaceInterfaceHttpData
-