| Package | Description |
|---|---|
| org.onosproject.pcepio.types |
Implementation of Tlvs and Pcep common objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PcepRsvpIpv4ErrorSpec
Provides Pcep Rsvp Ipv4 Error Spec.
|
class |
PcepRsvpIpv6ErrorSpec
Provides Pcep Rsvp Ipv6 Error Spec.
|
class |
PcepRsvpUserErrorSpec
Provides Pcep Rsvp User Error Spec.
|
| Modifier and Type | Method and Description |
|---|---|
PcepRsvpErrorSpec |
StatefulRsvpErrorSpecTlv.getPcepRsvpErrorSpec()
Returns PcepRsvpErrorSpecObject.
|
static PcepRsvpErrorSpec |
PcepRsvpUserErrorSpec.read(org.jboss.netty.buffer.ChannelBuffer cb)
Reads the channel buffer and returns object of PcepRsvpErrorSpec.
|
static PcepRsvpErrorSpec |
PcepRsvpIpv6ErrorSpec.read(org.jboss.netty.buffer.ChannelBuffer cb)
Returns PCEP rsvp IPv6 error spce object.
|
static PcepRsvpErrorSpec |
PcepRsvpIpv4ErrorSpec.read(org.jboss.netty.buffer.ChannelBuffer cb)
Reads PCPE RSVP error spec from channel buffer and returns PCEP rsvp IPv4 error spec object.
|
| Constructor and Description |
|---|
StatefulRsvpErrorSpecTlv(PcepRsvpErrorSpec rsvpErrSpecObj)
Constructor to initialize errSpecObj.
|
Copyright © 2015. All rights reserved.