| Package | Description |
|---|---|
| org.onosproject.pcepio.types |
Implementation of Tlvs and Pcep common objects.
|
| Modifier and Type | Method and Description |
|---|---|
static PcepRsvpSpecObjHeader |
PcepRsvpSpecObjHeader.read(org.jboss.netty.buffer.ChannelBuffer cb)
Reads the PcepRsvpObjectHeader.
|
| Constructor and Description |
|---|
PcepRsvpIpv4ErrorSpec(PcepRsvpSpecObjHeader objHeader,
int ipv4Addr,
byte flags,
byte errCode,
short errValue)
Constructor to initialize obj header, ipv4 addr, flags, err code and err value.
|
PcepRsvpIpv6ErrorSpec(PcepRsvpSpecObjHeader objHeader,
byte[] ipv6Addr,
byte flags,
byte errCode,
short errValue)
Constructor to initialize obj header, ipv6 addr, flags, err code and err value.
|
PcepRsvpUserErrorSpec(PcepRsvpSpecObjHeader objHeader,
int enterpriseNum,
byte subOrg,
byte errDescLen,
short userErrorValue,
byte[] errDesc,
LinkedList<PcepValueType> llRsvpUserSpecSubObj)
Default constructor.
|
Copyright © 2015. All rights reserved.