Returns the cookie manager used by this web client. @return the cookie manager used by this web client
()
| 836 | * @return the cookie manager used by this web client |
| 837 | */ |
| 838 | public CookieManager getCookieManager() { |
| 839 | return cookieManager_; |
| 840 | } |
| 841 | |
| 842 | /** |
| 843 | * Sets the cookie manager used by this web client. |
no outgoing calls