Class ObjectMap<K,V>

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<K,V>
org.red5.io.utils.ObjectMap<K,V>
Type Parameters:
K - key type
V - value type
All Implemented Interfaces:
Serializable, Cloneable, Map<K,V>

public class ObjectMap<K,V> extends LinkedHashMap<K,V>
Map that should be transmitted as object through RTMP.
Author:
The Red5 Project, Joachim Bauch (jojo@struktur.de)
See Also:
  • Field Details

  • Constructor Details

    • ObjectMap

      public ObjectMap()