|
|
| |
MR::IProto::Response(3) |
User Contributed Perl Documentation |
MR::IProto::Response(3) |
MR::IProto::Response - response message
Base class for all response messages.
- request
- Instance of MR::IProto::Request.
- retry
- Is request retry must be done.
- BUILDARGS( %args | \%args | $data )
- If $data is passed as argument then it unpacked
and object is created based on information contained in it.
See "BUILDARGS" in Mouse::Manual::Construction for
more information.
- _parse_data( $data )
- You must implement this method in you subclass to unpack your
object. Returns hashref of attributes which will be passed to
constructor.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |