Class Input.ClassReference

java.lang.Object
org.red5.io.amf3.Input.ClassReference
Enclosing class:
Input

protected static class Input.ClassReference extends Object
Holds informations about already deserialized classes.
  • Field Details

    • log

      private static org.slf4j.Logger log
    • className

      protected String className
      Name of the deserialized class.
    • type

      protected int type
      Type of the class.
    • attributeNames

      protected List<String> attributeNames
      Names of the attributes of the class.
  • Constructor Details

    • ClassReference

      public ClassReference(String className, int type, List<String> attributeNames)
      Create new information about a class.
      Parameters:
      className - class name
      type - type
      attributeNames - attributes