Home
·
Authors
·
Recent
·
News
·
Mirrors
·
FAQ
·
Feedback
in
All
Modules
Distributions
Authors
permalink
Uri Guttman
>
Stem-0.11
> Stem::Packet
Download:
Stem-0.11.tar.gz
Dependencies
Annotate this POD
CPAN RT
New
5
Open
0
View Bugs
Report a bug
Source
Latest Release:
Stem-0.12
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