Gets the SSL tunnel proxy. @return the SSL tunnel proxy hostname if present, null otherwise
()
| 294 | * @return the SSL tunnel proxy hostname if present, null otherwise |
| 295 | */ |
| 296 | public @Nullable String getSslProxy() { |
| 297 | return sslProxy; |
| 298 | } |
| 299 | |
| 300 | /** |
| 301 | * Specify which proxy to use for SSL connections. |
no outgoing calls