Gets the HTTP proxy. @return the HTTP proxy hostname if present, or null if not set
()
| 218 | * @return the HTTP proxy hostname if present, or null if not set |
| 219 | */ |
| 220 | public @Nullable String getHttpProxy() { |
| 221 | return httpProxy; |
| 222 | } |
| 223 | |
| 224 | /** |
| 225 | * Specify which proxy to use for HTTP connections. |
no outgoing calls