MR::IProto::Response - response message
Contents
Description
Base class for all response messages.
Name
MR::IProto::Response - response message
Protected Methods
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.
perl v5.30.3 2020-07-21 MR::IProto::Response(3pm)
Public Attributes
request
Instance of MR::IProto::Request.
Public Methods
retry
Is request retry must be done.
