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>