Searched refs:rootcanalTestChannel (Results 1 – 1 of 1) sorted by relevance
425 private Socket rootcanalTestChannel = null; field in RootcanalUtils.RootcanalController437 rootcanalTestChannel.close(); in close()466 if (rootcanalTestChannel == null) { in sendTestChannelCommand()467 rootcanalTestChannel = new Socket("localhost", testPort); in sendTestChannelCommand()470 + readTestChannel(rootcanalTestChannel.getInputStream())); in sendTestChannelCommand()483 rootcanalTestChannel.getOutputStream().write(msg.toByteArray()); in sendTestChannelCommand()484 return readTestChannel(rootcanalTestChannel.getInputStream()); in sendTestChannelCommand()