Searched defs:fromSocket (Results 1 – 2 of 2) sorted by relevance
38 public static OpenedSocket fromSocket(SocketChannel socket) throws IOException { in fromSocket() method in OpenedSocket46 public static OpenedSocket fromSocket(Socket socket) throws IOException { in fromSocket() method in OpenedSocket
88 private void handleSocket(final Socket fromSocket) { in handleSocket()