Searched refs:packetDispatcher (Results 1 – 1 of 1) sorted by relevance
64 private PacketDispatcher packetDispatcher; field in VmMirror1942 replyPacket = packetDispatcher.performCommand(command); in performCommand()1968 return packetDispatcher.performCommand(command, timeout); in performCommand()1987 return packetDispatcher.sendCommand(command); in sendCommand()2012 return packetDispatcher.receiveReply(commandId, config.getTimeout()); in receiveReply()2039 return packetDispatcher.receiveReply(commandId, timeout); in receiveReply()2071 return packetDispatcher.receiveEvent(timeout); in receiveEvent()2128 packetDispatcher = new PacketDispatcher(connection, config, logWriter); in setConnection()2141 if (packetDispatcher != null) { in closeConnection()2143 packetDispatcher.join(); in closeConnection()