()
| 195 | } |
| 196 | |
| 197 | public void close() throws Exception { |
| 198 | listen_socket.close(); |
| 199 | } |
| 200 | |
| 201 | private byte[] createConnection(Endpoint client, Endpoint server, byte[] input_data) throws Exception { |
| 202 | Server s = Servers.getInstance().queryByAddress(server.getAddress()); |
no outgoing calls
no test coverage detected