| Package | Description |
|---|---|
| es.tid.pce.pcep.constructs |
PCEP Constructs as described in RFC 5440
|
| es.tid.pce.pcep.messages |
PCEP Messages
|
| Modifier and Type | Method and Description |
|---|---|
Path |
UpdateRequest.getPath() |
Path |
StateReport.getPath() |
Path |
Response.getPath(int index) |
| Modifier and Type | Method and Description |
|---|---|
LinkedList<Path> |
Response.getPathList() |
| Modifier and Type | Method and Description |
|---|---|
void |
Response.addPath(Path path) |
void |
UpdateRequest.setPath(Path path) |
void |
StateReport.setPath(Path path) |
| Modifier and Type | Method and Description |
|---|---|
void |
Response.setPathList(LinkedList<Path> pathList) |
| Modifier and Type | Method and Description |
|---|---|
Path |
PCEPTELinkSuggestion.getPath() |
Path |
PCEPTELinkConfirmation.getPath() |
| Modifier and Type | Method and Description |
|---|---|
void |
PCEPTELinkSuggestion.setPath(Path path) |
void |
PCEPTELinkConfirmation.setPath(Path path) |
Copyright © 2016. All rights reserved.