org.red5.server.net.rtmp.event
public class AllocationDebugger extends Object
Modifier and Type | Method and Description |
---|---|
protected void |
create(BaseEvent event)
Add event to map
|
void |
dump()
Dumps allocations
|
static AllocationDebugger |
getInstance()
Getter for instance
|
protected void |
release(BaseEvent event)
Release event if there's no more references to it
|
protected void |
retain(BaseEvent event)
Retain event
|
public static AllocationDebugger getInstance()
protected void create(BaseEvent event)
event
- Eventprotected void retain(BaseEvent event)
event
- Eventprotected void release(BaseEvent event)
event
- Eventpublic void dump()
Copyright © 2006-2012 The Red5 Project