Package | Description |
---|---|
es.tid.pce.pcep.constructs |
PCEP Constructs as described in RFC 5440
|
Modifier and Type | Method and Description |
---|---|
EndPoint |
P2PEndpoints.getDestinationEndpoint() |
EndPoint |
P2PEndpoints.getDestinationEndPoint() |
EndPoint |
FullAnycastEndpoints.getDestinationEndPoint() |
EndPoint |
AssistedUnicastEndpoints.getDestinationEndPoint() |
EndPoint |
EndPointAndRestrictions.getEndPoint() |
EndPoint |
P2PEndpoints.getSourceEndpoint() |
EndPoint |
P2PEndpoints.getSourceEndPoint() |
EndPoint |
FullAnycastEndpoints.getSourceEndPoint() |
EndPoint |
AssistedUnicastEndpoints.getSourceEndPoint() |
Modifier and Type | Method and Description |
---|---|
LinkedList<EndPoint> |
AssistedUnicastEndpoints.getDestinationEndPointsList() |
LinkedList<EndPoint> |
AssistedUnicastEndpoints.getSourceEndPointsList() |
Modifier and Type | Method and Description |
---|---|
void |
P2PEndpoints.setDestinationEndpoint(EndPoint destinationEndpoint) |
void |
P2PEndpoints.setDestinationEndPoints(EndPoint destinationEndPoint) |
void |
FullAnycastEndpoints.setDestinationEndPoints(EndPoint destinationEndPoint) |
void |
EndPointAndRestrictions.setEndPoint(EndPoint EndPoint) |
void |
AssistedUnicastEndpoints.setEndPoint(EndPoint sourceEndPoint) |
void |
P2PEndpoints.setSourceEndpoint(EndPoint sourceEndPoint) |
void |
AssistedUnicastEndpoints.setSourceEndPoint(EndPoint sourceEndPoint) |
void |
FullAnycastEndpoints.setSourceEndPoints(EndPoint sourceEndPoint) |
Modifier and Type | Method and Description |
---|---|
void |
AssistedUnicastEndpoints.setDestinationEndPointsList(LinkedList<EndPoint> destinationEndPointsList) |
void |
AssistedUnicastEndpoints.setSourceEndPointsList(LinkedList<EndPoint> sourceEndPointsList) |
Copyright © 2016. All rights reserved.