public interface InterfaceHttpData extends Comparable<InterfaceHttpData>, io.netty.util.ReferenceCounted
| Modifier and Type | Interface and Description |
|---|---|
static class |
InterfaceHttpData.HttpDataType |
| Modifier and Type | Method and Description |
|---|---|
InterfaceHttpData.HttpDataType |
getHttpDataType() |
String |
getName()
Returns the name of this InterfaceHttpData.
|
InterfaceHttpData |
retain() |
InterfaceHttpData |
retain(int increment) |
InterfaceHttpData |
touch() |
InterfaceHttpData |
touch(Object hint) |
compareToString getName()
InterfaceHttpData.HttpDataType getHttpDataType()
InterfaceHttpData retain()
retain in interface io.netty.util.ReferenceCountedInterfaceHttpData retain(int increment)
retain in interface io.netty.util.ReferenceCountedInterfaceHttpData touch()
touch in interface io.netty.util.ReferenceCountedInterfaceHttpData touch(Object hint)
touch in interface io.netty.util.ReferenceCountedCopyright © 2008–2017 The Netty Project. All rights reserved.