blob: 34ab016bdcb576c509bce68fa782160a9ff42bae [file] [log] [blame]
Alexander Afanasyev60f8f8e2018-07-25 13:24:19 -04001/*
2 * jndn-management
3 * Copyright (c) 2015-2018, Intel Corporation.
4 *
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms and conditions of the GNU Lesser General Public License,
7 * version 3, as published by the Free Software Foundation.
8 *
9 * This program is distributed in the hope it will be useful, but WITHOUT ANY
10 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
11 * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
12 * more details.
13 */
14
Alexander Afanasyeve36e1af2016-02-19 18:06:05 -080015/**
16 * Classes implementing NFD management protocol.
17 * @see <a href="http://redmine.named-data.net/projects/nfd/wiki/Management">NFD Management</a>
18 */
19package com.intel.jndn.management;