Searched refs:SocketConnection (Results 1 – 1 of 1) sorted by relevance
240 return new SocketConnection(s); in attach()356 return new SocketConnection(s); in accept()368 class SocketConnection extends Connection { class377 SocketConnection(Socket socket) throws IOException { in SocketConnection() method in SocketConnection