Sets the cookie manager used by this web client. @param cookieManager the cookie manager used by this web client
(final CookieManager cookieManager)
| 844 | * @param cookieManager the cookie manager used by this web client |
| 845 | */ |
| 846 | public void setCookieManager(final CookieManager cookieManager) { |
| 847 | WebAssert.notNull("cookieManager", cookieManager); |
| 848 | cookieManager_ = cookieManager; |
| 849 | } |
| 850 | |
| 851 | /** |
| 852 | * Sets the alert handler for this webclient. |