193194195196197198199200
* Initializes HttpTool with a new CookieManager (that will not contain * any cookie). * Enables logging */ public HttpTool() { this.cookieManager = new MemoryCookieManager(); log = Category.getInstance(getClass().getName()); }