public interface Attribute extends HttpData
InterfaceHttpData.HttpDataType| Modifier and Type | Method and Description |
|---|---|
Attribute |
copy() |
Attribute |
duplicate() |
String |
getValue()
Returns the value of this HttpData.
|
Attribute |
retain() |
Attribute |
retain(int increment) |
void |
setValue(String value)
Sets the value of this HttpData.
|
addContent, delete, get, getByteBuf, getCharset, getChunk, getFile, getString, getString, isCompleted, isInMemory, length, renameTo, setCharset, setContent, setContent, setContentgetHttpDataType, getNamecompareToString getValue() throws IOException
IOExceptionvoid setValue(String value) throws IOException
IOExceptionAttribute copy()
Attribute duplicate()
Attribute retain()
Copyright © 2008–2015 The Netty Project. All rights reserved.