Committed by
Gerrit Code Review
Fix: Javadoc fix for LISP related classes
Change-Id: I41365828f05b0096d0d2998cd1f19a07eadd76ec
Showing
9 changed files
with
30 additions
and
13 deletions
| ... | @@ -19,14 +19,14 @@ import java.util.List; | ... | @@ -19,14 +19,14 @@ import java.util.List; |
| 19 | 19 | ||
| 20 | /** | 20 | /** |
| 21 | * LISP map notify message interface. | 21 | * LISP map notify message interface. |
| 22 | - * | 22 | + * <p> |
| 23 | * LISP map notify message format is defined in RFC6830. | 23 | * LISP map notify message format is defined in RFC6830. |
| 24 | * https://tools.ietf.org/html/rfc6830#page-39 | 24 | * https://tools.ietf.org/html/rfc6830#page-39 |
| 25 | * | 25 | * |
| 26 | * <pre> | 26 | * <pre> |
| 27 | * {@literal | 27 | * {@literal |
| 28 | - * 0 1 2 3 | 28 | + * 0 1 2 3 |
| 29 | - * 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 | 29 | + * 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 |
| 30 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | 30 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |
| 31 | * |Type=4 | Reserved | Record Count | | 31 | * |Type=4 | Reserved | Record Count | |
| 32 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | 32 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | ... | ... |
| ... | @@ -19,14 +19,14 @@ import java.util.List; | ... | @@ -19,14 +19,14 @@ import java.util.List; |
| 19 | 19 | ||
| 20 | /** | 20 | /** |
| 21 | * LISP map register message interface. | 21 | * LISP map register message interface. |
| 22 | - * | 22 | + * <p> |
| 23 | * LISP map register message format is defined in RFC6830. | 23 | * LISP map register message format is defined in RFC6830. |
| 24 | * https://tools.ietf.org/html/rfc6830#page-37 | 24 | * https://tools.ietf.org/html/rfc6830#page-37 |
| 25 | * | 25 | * |
| 26 | * <pre> | 26 | * <pre> |
| 27 | * {@literal | 27 | * {@literal |
| 28 | - * 0 1 2 3 | 28 | + * 0 1 2 3 |
| 29 | - * 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 | 29 | + * 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 |
| 30 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | 30 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |
| 31 | * |Type=3 |P| Reserved |M| Record Count | | 31 | * |Type=3 |P| Reserved |M| Record Count | |
| 32 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | 32 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | ... | ... |
| ... | @@ -17,14 +17,14 @@ package org.onosproject.lisp.msg.protocols; | ... | @@ -17,14 +17,14 @@ package org.onosproject.lisp.msg.protocols; |
| 17 | 17 | ||
| 18 | /** | 18 | /** |
| 19 | * LISP map reply message interface. | 19 | * LISP map reply message interface. |
| 20 | - * | 20 | + * <p> |
| 21 | * LISP map reply message format is defined in RFC6830. | 21 | * LISP map reply message format is defined in RFC6830. |
| 22 | * https://tools.ietf.org/html/rfc6830#page-31 | 22 | * https://tools.ietf.org/html/rfc6830#page-31 |
| 23 | * | 23 | * |
| 24 | * <pre> | 24 | * <pre> |
| 25 | * {@literal | 25 | * {@literal |
| 26 | - * 0 1 2 3 | 26 | + * 0 1 2 3 |
| 27 | - * 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 | 27 | + * 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 |
| 28 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | 28 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |
| 29 | * |Type=2 |P|E|S| Reserved | Record Count | | 29 | * |Type=2 |P|E|S| Reserved | Record Count | |
| 30 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | 30 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | ... | ... |
| ... | @@ -28,8 +28,8 @@ import java.util.List; | ... | @@ -28,8 +28,8 @@ import java.util.List; |
| 28 | * <pre> | 28 | * <pre> |
| 29 | * {@literal | 29 | * {@literal |
| 30 | * <p> | 30 | * <p> |
| 31 | - * 0 1 2 3 | 31 | + * 0 1 2 3 |
| 32 | - * 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 | 32 | + * 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 |
| 33 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | 33 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |
| 34 | * |Type=1 |A|M|P|S|p|s| Reserved | IRC | Record Count | | 34 | * |Type=1 |A|M|P|S|p|s| Reserved | IRC | Record Count | |
| 35 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | 35 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | ... | ... |
| ... | @@ -21,10 +21,12 @@ import static com.google.common.base.MoreObjects.toStringHelper; | ... | @@ -21,10 +21,12 @@ import static com.google.common.base.MoreObjects.toStringHelper; |
| 21 | 21 | ||
| 22 | /** | 22 | /** |
| 23 | * Application data type LCAF address class. | 23 | * Application data type LCAF address class. |
| 24 | - * | 24 | + * <p> |
| 25 | * Application data type is defined in draft-ietf-lisp-lcaf-13 | 25 | * Application data type is defined in draft-ietf-lisp-lcaf-13 |
| 26 | * https://tools.ietf.org/html/draft-ietf-lisp-lcaf-13#page-26 | 26 | * https://tools.ietf.org/html/draft-ietf-lisp-lcaf-13#page-26 |
| 27 | * | 27 | * |
| 28 | + * <pre> | ||
| 29 | + * {@literal | ||
| 28 | * 0 1 2 3 | 30 | * 0 1 2 3 |
| 29 | * 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 | 31 | * 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 |
| 30 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | 32 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |
| ... | @@ -40,6 +42,7 @@ import static com.google.common.base.MoreObjects.toStringHelper; | ... | @@ -40,6 +42,7 @@ import static com.google.common.base.MoreObjects.toStringHelper; |
| 40 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | 42 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |
| 41 | * | AFI = x | Address ... | | 43 | * | AFI = x | Address ... | |
| 42 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | 44 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |
| 45 | + * }</pre> | ||
| 43 | */ | 46 | */ |
| 44 | public class LispAppDataLcafAddress extends LispLcafAddress { | 47 | public class LispAppDataLcafAddress extends LispLcafAddress { |
| 45 | 48 | ... | ... |
| ... | @@ -22,6 +22,8 @@ import static com.google.common.base.MoreObjects.toStringHelper; | ... | @@ -22,6 +22,8 @@ import static com.google.common.base.MoreObjects.toStringHelper; |
| 22 | /** | 22 | /** |
| 23 | * LISP Canonical Address Formatted address class. | 23 | * LISP Canonical Address Formatted address class. |
| 24 | * | 24 | * |
| 25 | + * <pre> | ||
| 26 | + * {@literal | ||
| 25 | * 0 1 2 3 | 27 | * 0 1 2 3 |
| 26 | * 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 | 28 | * 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 |
| 27 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | 29 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |
| ... | @@ -29,6 +31,7 @@ import static com.google.common.base.MoreObjects.toStringHelper; | ... | @@ -29,6 +31,7 @@ import static com.google.common.base.MoreObjects.toStringHelper; |
| 29 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | 31 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |
| 30 | * | Type | Rsvd2 | Length | | 32 | * | Type | Rsvd2 | Length | |
| 31 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | 33 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |
| 34 | + * }</pre> | ||
| 32 | */ | 35 | */ |
| 33 | public class LispLcafAddress extends LispAfiAddress { | 36 | public class LispLcafAddress extends LispAfiAddress { |
| 34 | 37 | ... | ... |
| ... | @@ -22,10 +22,12 @@ import static com.google.common.base.MoreObjects.toStringHelper; | ... | @@ -22,10 +22,12 @@ import static com.google.common.base.MoreObjects.toStringHelper; |
| 22 | 22 | ||
| 23 | /** | 23 | /** |
| 24 | * List type LCAF address class. | 24 | * List type LCAF address class. |
| 25 | - * | 25 | + * <p> |
| 26 | * List type is defined in draft-ietf-lisp-lcaf-13 | 26 | * List type is defined in draft-ietf-lisp-lcaf-13 |
| 27 | * https://tools.ietf.org/html/draft-ietf-lisp-lcaf-13#page-21 | 27 | * https://tools.ietf.org/html/draft-ietf-lisp-lcaf-13#page-21 |
| 28 | * | 28 | * |
| 29 | + * <pre> | ||
| 30 | + * {@literal | ||
| 29 | * 0 1 2 3 | 31 | * 0 1 2 3 |
| 30 | * 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 | 32 | * 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 |
| 31 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | 33 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |
| ... | @@ -45,6 +47,7 @@ import static com.google.common.base.MoreObjects.toStringHelper; | ... | @@ -45,6 +47,7 @@ import static com.google.common.base.MoreObjects.toStringHelper; |
| 45 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | 47 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |
| 46 | * | ... IPv6 Address | | 48 | * | ... IPv6 Address | |
| 47 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | 49 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |
| 50 | + * }</pre> | ||
| 48 | */ | 51 | */ |
| 49 | public class LispListLcafAddress extends LispLcafAddress { | 52 | public class LispListLcafAddress extends LispLcafAddress { |
| 50 | 53 | ... | ... |
| ... | @@ -21,9 +21,12 @@ import static com.google.common.base.MoreObjects.toStringHelper; | ... | @@ -21,9 +21,12 @@ import static com.google.common.base.MoreObjects.toStringHelper; |
| 21 | 21 | ||
| 22 | /** | 22 | /** |
| 23 | * Instance ID type LCAF address class. | 23 | * Instance ID type LCAF address class. |
| 24 | + * <p> | ||
| 24 | * Instance ID type is defined in draft-ietf-lisp-lcaf-13 | 25 | * Instance ID type is defined in draft-ietf-lisp-lcaf-13 |
| 25 | * https://tools.ietf.org/html/draft-ietf-lisp-lcaf-13#page-7 | 26 | * https://tools.ietf.org/html/draft-ietf-lisp-lcaf-13#page-7 |
| 26 | * | 27 | * |
| 28 | + * <pre> | ||
| 29 | + * {@literal | ||
| 27 | * 0 1 2 3 | 30 | * 0 1 2 3 |
| 28 | * 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 | 31 | * 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 |
| 29 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | 32 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |
| ... | @@ -35,6 +38,7 @@ import static com.google.common.base.MoreObjects.toStringHelper; | ... | @@ -35,6 +38,7 @@ import static com.google.common.base.MoreObjects.toStringHelper; |
| 35 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | 38 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |
| 36 | * | AFI = x | Address ... | | 39 | * | AFI = x | Address ... | |
| 37 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | 40 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |
| 41 | + * }</pre> | ||
| 38 | */ | 42 | */ |
| 39 | public class LispSegmentLcafAddress extends LispLcafAddress { | 43 | public class LispSegmentLcafAddress extends LispLcafAddress { |
| 40 | 44 | ... | ... |
| ... | @@ -21,9 +21,12 @@ import static com.google.common.base.MoreObjects.toStringHelper; | ... | @@ -21,9 +21,12 @@ import static com.google.common.base.MoreObjects.toStringHelper; |
| 21 | 21 | ||
| 22 | /** | 22 | /** |
| 23 | * Source/Dest key type LCAF address class. | 23 | * Source/Dest key type LCAF address class. |
| 24 | + * <p> | ||
| 24 | * Source destination key type is defined in draft-ietf-lisp-lcaf-13 | 25 | * Source destination key type is defined in draft-ietf-lisp-lcaf-13 |
| 25 | * https://tools.ietf.org/html/draft-ietf-lisp-lcaf-13#page-18 | 26 | * https://tools.ietf.org/html/draft-ietf-lisp-lcaf-13#page-18 |
| 26 | * | 27 | * |
| 28 | + * <pre> | ||
| 29 | + * {@literal | ||
| 27 | * 0 1 2 3 | 30 | * 0 1 2 3 |
| 28 | * 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 | 31 | * 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 |
| 29 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | 32 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |
| ... | @@ -37,6 +40,7 @@ import static com.google.common.base.MoreObjects.toStringHelper; | ... | @@ -37,6 +40,7 @@ import static com.google.common.base.MoreObjects.toStringHelper; |
| 37 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | 40 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |
| 38 | * | AFI = x | Destination-Prefix ... | | 41 | * | AFI = x | Destination-Prefix ... | |
| 39 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | 42 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |
| 43 | + * }</pre> | ||
| 40 | */ | 44 | */ |
| 41 | public class LispSourceDestLcafAddress extends LispLcafAddress { | 45 | public class LispSourceDestLcafAddress extends LispLcafAddress { |
| 42 | 46 | ... | ... |
-
Please register or login to post a comment