public class MemoryAttribute extends AbstractMemoryHttpData implements Attribute
InterfaceHttpData.HttpDataTypeisRenamedcharset, completed, definedSize, maxSize, name, size| 构造器和说明 |
|---|
MemoryAttribute(java.lang.String name) |
MemoryAttribute(java.lang.String name,
java.lang.String value) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addContent(ChannelBuffer buffer,
boolean last)
Add the content from the ChannelBuffer
|
int |
compareTo(Attribute o) |
int |
compareTo(InterfaceHttpData other) |
boolean |
equals(java.lang.Object o) |
InterfaceHttpData.HttpDataType |
getHttpDataType() |
java.lang.String |
getValue()
Returns the value of this HttpData.
|
int |
hashCode() |
void |
setValue(java.lang.String value)
Sets the value of this HttpData.
|
java.lang.String |
toString() |
delete, get, getChannelBuffer, getChunk, getFile, getString, getString, isInMemory, renameTo, setContent, setContent, setContentcheckSize, getCharset, getName, isCompleted, length, setCharset, setMaxSizecheckSize, delete, get, getChannelBuffer, getCharset, getChunk, getFile, getString, getString, isCompleted, isInMemory, length, renameTo, setCharset, setContent, setContent, setContent, setMaxSizegetNamepublic MemoryAttribute(java.lang.String name)
public MemoryAttribute(java.lang.String name,
java.lang.String value)
throws java.io.IOException
java.io.IOExceptionpublic InterfaceHttpData.HttpDataType getHttpDataType()
getHttpDataType 在接口中 InterfaceHttpDatapublic java.lang.String getValue()
Attributepublic void setValue(java.lang.String value)
throws java.io.IOException
Attributepublic void addContent(ChannelBuffer buffer, boolean last) throws java.io.IOException
HttpDataaddContent 在接口中 HttpDataaddContent 在类中 AbstractMemoryHttpDatabuffer - must be not null except if last is set to Falselast - True of the buffer is the last onejava.io.IOExceptionpublic int hashCode()
hashCode 在类中 java.lang.Objectpublic boolean equals(java.lang.Object o)
equals 在类中 java.lang.Objectpublic int compareTo(InterfaceHttpData other)
compareTo 在接口中 java.lang.Comparable<InterfaceHttpData>public int compareTo(Attribute o)
public java.lang.String toString()
toString 在类中 java.lang.Object