Searched refs:SocketConnect (Results 1 – 2 of 2) sorted by relevance
11 public class SocketConnect extends Thread { class16 public SocketConnect(Socket from, Socket to) throws IOException { in SocketConnect() method in SocketConnect43 SocketConnect sc1 = new SocketConnect(first, second); in connect()44 SocketConnect sc2 = new SocketConnect(second, first); in connect()
167 SocketConnect.connect(connection, server); in run()