Searched refs:packetDispatcher (Results 1 – 1 of 1) sorted by relevance
64 private PacketDispatcher packetDispatcher; field in VmMirror1607 replyPacket = packetDispatcher.performCommand(command); in performCommand()1633 return packetDispatcher.performCommand(command, timeout); in performCommand()1652 return packetDispatcher.sendCommand(command); in sendCommand()1677 return packetDispatcher.receiveReply(commandId, config.getTimeout()); in receiveReply()1704 return packetDispatcher.receiveReply(commandId, timeout); in receiveReply()1736 return packetDispatcher.receiveEvent(timeout); in receiveEvent()1793 packetDispatcher = new PacketDispatcher(connection, config, logWriter); in setConnection()1806 if (packetDispatcher != null) { in closeConnection()1808 packetDispatcher.join(); in closeConnection()