()
| 34 | public interface Proxy{ |
| 35 | void connect(SocketFactory socket_factory, String host, int port, int timeout) throws Exception; |
| 36 | InputStream getInputStream(); |
| 37 | OutputStream getOutputStream(); |
| 38 | Socket getSocket(); |
| 39 | void close(); |
no outgoing calls
no test coverage detected