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 additional arbitrary information for debugging
purposes.
|
compareTo
refCnt, release, release
String getName()
InterfaceHttpData.HttpDataType getHttpDataType()
InterfaceHttpData retain()
ReferenceCounted
1
.retain
in interface ReferenceCounted
InterfaceHttpData retain(int increment)
ReferenceCounted
increment
.retain
in interface ReferenceCounted
InterfaceHttpData touch()
ReferenceCounted
ResourceLeakDetector
. This method is a shortcut to touch(null)
.touch
in interface ReferenceCounted
InterfaceHttpData touch(Object hint)
ReferenceCounted
ResourceLeakDetector
.touch
in interface ReferenceCounted
Copyright © 2008–2017 The Netty Project. All rights reserved.