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

NAME

NetSDS::App::SMPP - SMPP application superclass

SYNOPSIS

        package SMPPServer;

        use base qw(NetSDS::App::SMPP);

        exit 1;

DESCRIPTION

NetSDS module contains superclass all other classes should be inherited from.

CLASS METHODS

new([...])

Constructor

    my $object = NetSDS::SomeClass->new(%options);
_accept_incoming() - accept incoming SMPP connection

Internal method providing TCP connection accept and add new handler.

EXAMPLES

BUGS

Unknown yet

SEE ALSO

None

TODO

None

AUTHOR

Michael Bochkaryov <misha@rattler.kiev.ua>