Searched refs:mReportSocket (Results 1 – 3 of 3) sorted by relevance
38 private Socket mReportSocket = null; field in StreamProtoResultReporter80 StreamUtil.close(mReportSocket); in processFinalProto()92 if (mReportSocket == null) { in writeRecordToSocket()93 mReportSocket = new Socket("localhost", mReportPort); in writeRecordToSocket()95 record.writeDelimitedTo(mReportSocket.getOutputStream()); in writeRecordToSocket()
78 private Socket mReportSocket = null; field in SubprocessResultsReporter322 if (mReportSocket == null) { in printEvent()323 mReportSocket = new Socket("localhost", mReportPort.intValue()); in printEvent()324 mPrintWriter = new PrintWriter(mReportSocket.getOutputStream(), true); in printEvent()326 if (!mReportSocket.isConnected()) { in printEvent()356 StreamUtil.close(mReportSocket); in close()357 mReportSocket = null; in close()
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...