Class PacketMetadata


  • @Singleton
    public class PacketMetadata
    extends java.lang.Object
    Additional metadata extracted from the fingerprint classes when scanning the client classes and methods. These values are used throughout the mapping process and are used in the packet sending process via reflection.
    • Constructor Summary

      Constructors 
      Constructor Description
      PacketMetadata()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PacketMetadata

        public PacketMetadata()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object