Gets the HTTP proxy. @return the HTTP proxy hostname if present, or null if not set
()
| 250 | * @return the HTTP proxy hostname if present, or null if not set |
| 251 | */ |
| 252 | public @Nullable String getHttpProxy() { |
| 253 | return httpProxy; |
| 254 | } |
| 255 | |
| 256 | /** |
| 257 | * Specify which proxy to use for HTTP connections. |
no outgoing calls