The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Constructor Attributes for Class Stem::Packet

  • Attribute - codec

    Description: This is the name of the Codec:: subclass that will be used in this cell
    It defaults to: Storable Unknown attribute env
  • Attribute - object

    Description: If an object is passed in, the filter will use it for callbacks
    Its type is: object
  • Attribute - packet_method

    Description: This method is called on the object when a packet has encoded from internal data
    It defaults to: packet_out
  • Attribute - data_method

    Description: This method is called on the object when a packet has been decoded from external data
    It defaults to: packet_data