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 |
replace(io.netty.buffer.ByteBuf content) |
Attribute |
retain() |
Attribute |
retain(int increment) |
Attribute |
retainedDuplicate() |
void |
setValue(String value)
Sets the value of this HttpData.
|
Attribute |
touch() |
Attribute |
touch(Object hint) |
addContent, checkSize, definedLength, delete, get, getByteBuf, getCharset, getChunk, getFile, getMaxSize, getString, getString, isCompleted, isInMemory, length, renameTo, setCharset, setContent, setContent, setContent, setMaxSize
getHttpDataType, getName
compareTo
String getValue() throws IOException
IOException
void setValue(String value) throws IOException
IOException
Attribute copy()
Attribute duplicate()
Attribute retainedDuplicate()
retainedDuplicate
in interface io.netty.buffer.ByteBufHolder
retainedDuplicate
in interface HttpData
Attribute replace(io.netty.buffer.ByteBuf content)
Attribute retain()
retain
in interface io.netty.buffer.ByteBufHolder
retain
in interface HttpData
retain
in interface InterfaceHttpData
retain
in interface io.netty.util.ReferenceCounted
Attribute retain(int increment)
retain
in interface io.netty.buffer.ByteBufHolder
retain
in interface HttpData
retain
in interface InterfaceHttpData
retain
in interface io.netty.util.ReferenceCounted
Attribute touch()
touch
in interface io.netty.buffer.ByteBufHolder
touch
in interface HttpData
touch
in interface InterfaceHttpData
touch
in interface io.netty.util.ReferenceCounted
Copyright © 2008–2023 The Netty Project. All rights reserved.