| java.lang.Object org.wfp.vam.intermap.http.ConcurrentHTTPTransactionHandler
ConcurrentHTTPTransactionHandler | public class ConcurrentHTTPTransactionHandler (Code) | | |
checkIfModified | public void checkIfModified(boolean b)(Code) | | If true, check if the page has changed sending an If-Modified-Since HTTP Header;
If false, always send the cached response.
Parameters: b - a boolean |
doTransactions | public void doTransactions()(Code) | | Starts the transactions
|
getTimeout | public int getTimeout()(Code) | | Returns the connection timeout
Parameters: timeout - connection timeout in milliseconds; Zero is interpreted as an infinite timeout. |
register | public void register(String uri)(Code) | | Registers an uri to the handler
Parameters: uri - a String |
setProxy | public static void setProxy(String proxyHost, int proxyPort)(Code) | | |
setTimeout | public void setTimeout(int timeout)(Code) | | Sets the connection timeout
Parameters: timeout - connection timeout in milliseconds; Zero is interpreted as an infinite timeout. |
|
|