NAME

POE::Component::goanseech::seriesConnector


DESCRIPTION

extracts the itneresteing links from a given HTML file and recusrively parses the files that are pointed inside if they match something inside the patternServer.


AUTHOR

  Bruno Böttcher <bboett at adlp dot org>


COPYRIGHT and LICENCE

 Copyright (c) 2002 Bruno Boettcher
 patternQuery.pl is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
 as published by the Free Software Foundation; version 2
 of the License.
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.

head1 Methods of this class

connectWithServer
prepare the connection with the patternServer, set up all callback to be ready as soon as the POE system is started

connected
we are now connected with the server, login and cast an event if there is allready some data outstanding

got_response
the server send us a response, should be a pattern that matched somewhere...

sendBatch
send out the whole list of requests

startSession
start our own session to be able to have timered stuff

_start
to keep this session alive set an alias

_stop
to keep this session alive set an alias

shutdown
close this session

init
Initiaize, means set up this module

CTOR
instantiation of the Helper

disconnected
somehow we lost the connection...

gotMsg
got something from the default signal....

print
delegator for printing


SEE ALSO

http://poe.perl.org/