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

NAME

Net::RRP::Request::Quit - rrp quit request representation.

SYNOPSIS

 use Net::RRP::Request::Quit;
 my $quitRequest = new Net::RRP::Request::Quit ()

DESCRIPTION

This is a rrp quit request representation class.

getName

return a 'Quit'

setEntity

throw Net::RRP::Exception::InvalidEntityValue immediate

setOption

throw Net::RRP::Exception::InvalidCommandOption () immediate

isSuccessResponse

Only 200 response successfull for quit.

AUTHOR AND COPYRIGHT

 Net::RRP::Request::Quit (C) Michael Kulakov, Zenon N.S.P. 2000
                        125124, 19, 1-st Jamskogo polja st,
                        Moscow, Russian Federation

                        mkul@cpan.org

 All rights reserved.

 You may distribute this package under the terms of either the GNU
 General Public License or the Artistic License, as specified in the
 Perl README file.

SEE ALSO

Net::RRP::Request(3), Net::RRP::Codec(3), RFC 2832, Net::RRP::Exception::InvalidCommandOption(3), Net::RRP::Exception::InvalidEntityValue(3)