262263264265266267268269
private StoreRequest readStoreRequest(MessageId messageId, Contact contact, SocketAddress address) throws IOException { Key key = readKey(); Value value = readValue(); return new DefaultStoreRequest(messageId, contact, address, key, value); }