240241242243244245246
private NodeResponse readNodeResponse(MessageId messageId, Contact contact, SocketAddress address) throws IOException { Contact[] contacts = readContacts(); return new DefaultNodeResponse(messageId, contact, address, contacts); }