(SocketAddress endpoint)
| 79 | } |
| 80 | |
| 81 | @Override |
| 82 | public void connect(SocketAddress endpoint) throws IOException { |
| 83 | localSocket.connect(localSocketAddress); |
| 84 | } |
| 85 | |
| 86 | @Override |
| 87 | public void connect(SocketAddress endpoint, int timeout) throws IOException { |
no outgoing calls