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) |
compareTo
String getName()
InterfaceHttpData.HttpDataType getHttpDataType()
InterfaceHttpData retain()
retain
in interface io.netty.util.ReferenceCounted
InterfaceHttpData retain(int increment)
retain
in interface io.netty.util.ReferenceCounted
InterfaceHttpData touch()
touch
in interface io.netty.util.ReferenceCounted
InterfaceHttpData touch(Object hint)
touch
in interface io.netty.util.ReferenceCounted
Copyright © 2008–2017 The Netty Project. All rights reserved.