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.
|
Attribute |
touch() |
Attribute |
touch(Object hint) |
addContent, checkSize, delete, get, getByteBuf, getCharset, getChunk, getFile, getMaxSize, getString, getString, isCompleted, isInMemory, length, renameTo, setCharset, setContent, setContent, setContent, setMaxSizegetHttpDataType, getNamecompareToString getValue() throws IOException
IOExceptionvoid setValue(String value) throws IOException
IOExceptionAttribute copy()
Attribute duplicate()
Attribute retain()
retain in interface io.netty.buffer.ByteBufHolderretain in interface HttpDataretain in interface InterfaceHttpDataretain in interface io.netty.util.ReferenceCountedAttribute retain(int increment)
retain in interface io.netty.buffer.ByteBufHolderretain in interface HttpDataretain in interface InterfaceHttpDataretain in interface io.netty.util.ReferenceCountedAttribute touch()
touch in interface io.netty.buffer.ByteBufHoldertouch in interface HttpDatatouch in interface InterfaceHttpDatatouch in interface io.netty.util.ReferenceCountedCopyright © 2008–2015 The Netty Project. All rights reserved.