Returns the options object of this WebClient. @return the options object
()
| 2873 | * @return the options object |
| 2874 | */ |
| 2875 | public WebClientOptions getOptions() { |
| 2876 | return options_; |
| 2877 | } |
| 2878 | |
| 2879 | /** |
| 2880 | * Gets the holder for the different storages. |
no outgoing calls