ProxyServerPool
ProxyServerPool ProxyServerPool ( )
Description
Initiate a ProxyServerPool object.
Parameters
This method does not receive any parameters.
Return Values
Returns a ProxyServerPool.
Change Log
Version | Description |
---|---|
4.5 | Available for all editions. |
Class Location
com.screenscraper.util.ProxyServerPool
Examples
Creating ProxyServerPool
import com.screenscraper.util.*;
// Create a new ProxyServerPool object. This object will
// control how screen-scraper interacts with proxy servers.
proxyServerPool = new ProxyServerPool();
// Create a new ProxyServerPool object. This object will
// control how screen-scraper interacts with proxy servers.
proxyServerPool = new ProxyServerPool();
scraper on 07/16/2010 at 5:21 pm
- Printer-friendly version
- Login or register to post comments