Gets the SSL tunnel proxy. @return the SSL tunnel proxy hostname if present, null otherwise
()
| 262 | * @return the SSL tunnel proxy hostname if present, null otherwise |
| 263 | */ |
| 264 | public @Nullable String getSslProxy() { |
| 265 | return sslProxy; |
| 266 | } |
| 267 | |
| 268 | /** |
| 269 | * Specify which proxy to use for SSL connections. |
no outgoing calls