Uses of Package
bass.crawler

Packages that use bass.crawler
bass.crawler   
bass.parser   
 

Classes in bass.crawler used by bass.crawler
BandDistribution
          Used for distributing band IDs to several server threads based on a given integer array of IDs.
ClientRegistration
          ServerSide Object to register working clients, so we're able to restart timed out clients
CountryDistribution
          Necessary, since mySpace.com blocked the empty search and we have to crawl the search pages of every country now.
CrawlerClient
          Basic crawling client gui
CrawlerThread
          Basic crawling activity, this class gets page nums from server, downloads the page, sends it to the parser and returns parsed data to server
PageDistributon
          Basic class for iterating from 0 to a max number on a centralized place
ServerGui
          quick GUI for crawler server
UndoneIDManagement
          refreshes the file missing_Friendlists.txt
 

Classes in bass.crawler used by bass.parser
CrawlerClient
          Basic crawling client gui