public interface InterfaceHttpData extends Comparable<InterfaceHttpData>, 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()
Increases the reference count by
1. |
InterfaceHttpData |
retain(int increment)
Increases the reference count by the specified
increment. |
InterfaceHttpData |
touch()
Records the current access location of this object for debugging purposes.
|
InterfaceHttpData |
touch(Object hint)
Records the current access location of this object with an additonal arbitrary information for debugging
purposes.
|
compareTorefCnt, release, releaseString getName()
InterfaceHttpData.HttpDataType getHttpDataType()
InterfaceHttpData retain()
ReferenceCounted1.retain in interface ReferenceCountedInterfaceHttpData retain(int increment)
ReferenceCountedincrement.retain in interface ReferenceCountedInterfaceHttpData touch()
ReferenceCountedResourceLeakDetector. This method is a shortcut to touch(null).touch in interface ReferenceCountedInterfaceHttpData touch(Object hint)
ReferenceCountedResourceLeakDetector.touch in interface ReferenceCountedCopyright © 2008–2015 The Netty Project. All rights reserved.