Given a target address, returns a proxied address if a proxy should be used. If no proxy should be used, then return value will be null. If the returned ProxiedSocketAddress contains any address that needs to be resolved locally, it should be resolved before it's returned, and th
(SocketAddress targetServerAddress)
| 59 | * will resolve it. |
| 60 | */ |
| 61 | @Nullable |
| 62 | ProxiedSocketAddress proxyFor(SocketAddress targetServerAddress) throws IOException; |
| 63 | } |
no outgoing calls