Package org.red5.io.amf3
Class Input.RefStorage
java.lang.Object
org.red5.io.amf3.Input.RefStorage
- Enclosing class:
- Input
Class used to collect AMF3 references. In AMF3 references should be collected through the whole "body" (across several Input
objects).
-
Field Summary
Modifier and TypeFieldDescriptionprivate List<Input.ClassReference>
private ConcurrentMap<Integer,
Object> -
Constructor Summary
-
Method Summary
-
Field Details
-
classReferences
-
stringReferences
-
refMap
-
-
Constructor Details
-
RefStorage
public RefStorage()
-