public static interface LispMapNotify.NotifyBuilder extends LispMessage.Builder
| Modifier and Type | Method and Description |
|---|---|
LispMapNotify |
build()
Builds LISP map notify message.
|
LispMapNotify.NotifyBuilder |
withAuthData(byte[] authData)
Sets authentication data.
|
LispMapNotify.NotifyBuilder |
withAuthDataLength(short authDataLength)
Sets authentication data length.
|
LispMapNotify.NotifyBuilder |
withAuthKey(String key)
Sets authentication key.
|
LispMapNotify.NotifyBuilder |
withKeyId(short keyId)
Sets key identifier.
|
LispMapNotify.NotifyBuilder |
withMapRecords(List<LispMapRecord> mapRecords)
Sets a collection of map records.
|
LispMapNotify.NotifyBuilder |
withNonce(long nonce)
Sets nonce value.
|
getTypeLispMapNotify.NotifyBuilder withNonce(long nonce)
nonce - nonce valueLispMapNotify.NotifyBuilder withKeyId(short keyId)
keyId - key identifierLispMapNotify.NotifyBuilder withAuthKey(String key)
key - authentication keyLispMapNotify.NotifyBuilder withAuthDataLength(short authDataLength)
authDataLength - authentication data lengthLispMapNotify.NotifyBuilder withAuthData(byte[] authData)
authData - authentication dataLispMapNotify.NotifyBuilder withMapRecords(List<LispMapRecord> mapRecords)
mapRecords - a collection of map recordsLispMapNotify build()