Searched refs:oStream (Results 1 – 1 of 1) sorted by relevance
152 OutputStream oStream = sock.getOutputStream(); in run() local153 oStream.write(RESPONSE.getBytes()); in run()154 oStream.flush(); in run()155 oStream.close(); in run()