public interface InterfaceHttpData extends java.lang.Comparable<InterfaceHttpData>, ReferenceCounted
| 限定符和类型 | 接口和说明 |
|---|---|
static class |
InterfaceHttpData.HttpDataType |
| 限定符和类型 | 方法和说明 |
|---|---|
InterfaceHttpData.HttpDataType |
getHttpDataType() |
java.lang.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(java.lang.Object hint)
Records the current access location of this object with an additional arbitrary information for debugging
purposes.
|
refCnt, release, releasejava.lang.String getName()
InterfaceHttpData.HttpDataType getHttpDataType()
InterfaceHttpData retain()
ReferenceCounted1.retain 在接口中 ReferenceCountedInterfaceHttpData retain(int increment)
ReferenceCountedincrement.retain 在接口中 ReferenceCountedInterfaceHttpData touch()
ReferenceCountedResourceLeakDetector. This method is a shortcut to touch(null).touch 在接口中 ReferenceCountedInterfaceHttpData touch(java.lang.Object hint)
ReferenceCountedResourceLeakDetector.touch 在接口中 ReferenceCounted