Method which spawns thread to get a connection and then enforces a timeout on the initial connection. This should be backed by a thread pool. Any volunteers? @param host host to establish connection to @param port port on that host @param timeout connection timeout in ms @return connected socket
( String host, int port, int timeout )
source not stored for this graph (policy: none)
no test coverage detected