| Package | Description |
|---|---|
| org.onosproject.pcepio.protocol |
Abstraction of an entity providing PCEP messages.
|
| org.onosproject.pcepio.protocol.ver1 |
Implementation of PCEP messages.
|
| Modifier and Type | Method and Description |
|---|---|
PcepLSObject.Builder |
PcepLSObject.Builder.setIFlag(boolean value)
Sets Ignore flag in LS object header and returns its builder.
|
PcepLSObject.Builder |
PcepLSObject.Builder.setLSId(long lsId)
Sets LS ID in LS Object and returns its builder.
|
PcepLSObject.Builder |
PcepLSObject.Builder.setLSObjHeader(PcepObjectHeader obj)
Sets LS object header and returns its builder.
|
PcepLSObject.Builder |
PcepLSObject.Builder.setOptionalTlv(List<PcepValueType> optionalTlvList)
Sets list of Optional Tlvs in LS Object and returns its builder.
|
PcepLSObject.Builder |
PcepLSObject.Builder.setPFlag(boolean value)
Sets Processing rule flag in LS object header and returns its builder.
|
PcepLSObject.Builder |
PcepLSObject.Builder.setProtocolId(byte protId)
Sets ProtocolId in LS Object and returns its builder.
|
PcepLSObject.Builder |
PcepLSObject.Builder.setRemoveFlag(boolean removeFlag)
Sets R flag in LS Object and returns its builder.
|
PcepLSObject.Builder |
PcepLSObject.Builder.setSyncFlag(boolean syncFlag)
Sets sync flag in LS Object and returns its builder.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
PcepLSObjectVer1.Builder
Builder class for PCEP LS (link-state) object.
|
Copyright © 2016. All rights reserved.