Package | Description |
---|---|
es.tid.pce.pcep.constructs |
PCEP Constructs as described in RFC 5440
|
es.tid.pce.pcep.objects |
PCEP Objects
Contains PCEP Objects as described in RFC 5440, IETF drafts and proprietary.
|
Modifier and Type | Method and Description |
---|---|
Bandwidth |
RROBandwidth.getBandwidth() |
Bandwidth |
Response.getBandwidth() |
Bandwidth |
Request.getBandwidth() |
Bandwidth |
PCEPIntiatedLSP.getBandwidth() |
Bandwidth |
Path.getBandwidth() |
Bandwidth |
LSPInstantationRequest.getBandwidth() |
Modifier and Type | Method and Description |
---|---|
void |
RROBandwidth.setBandwidth(Bandwidth bandwidth) |
void |
Response.setBandwidth(Bandwidth bandwidth) |
void |
Request.setBandwidth(Bandwidth bandwidth) |
void |
PCEPIntiatedLSP.setBandwidth(Bandwidth bandwidth) |
void |
Path.setBandwidth(Bandwidth bandwidth) |
void |
LSPInstantationRequest.setBandwidth(Bandwidth bandwidth) |
Modifier and Type | Class and Description |
---|---|
class |
BandwidthExistingLSP
Represents a PCEP BANDWIDTH object, as defined in RFC 5440.
|
class |
BandwidthExistingLSPGeneralizedBandwidth
* 0 1 2 3
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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Bandwidth Spec Length | Rev.
|
class |
BandwidthRequested
Represents a PCEP BANDWIDTH object, as defined in RFC 5440.
|
class |
BandwidthRequestedGeneralizedBandwidth
* 0 1 2 3
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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Bandwidth Spec Length | Rev.
|
Modifier and Type | Method and Description |
---|---|
Bandwidth |
BandwidthRequestedGeneralizedBandwidth.duplicate() |
Bandwidth |
BandwidthRequested.duplicate() |
Bandwidth |
BandwidthExistingLSPGeneralizedBandwidth.duplicate() |
Bandwidth |
BandwidthExistingLSP.duplicate() |
abstract Bandwidth |
Bandwidth.duplicate() |
Copyright © 2016. All rights reserved.