Class PSTUtil
- java.lang.Object
- 
- org.opendaylight.protocol.pcep.spi.PSTUtil
 
- 
 public final class PSTUtil extends Object 
- 
- 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisDefaultPST(PathSetupType pst)Check whether Path is setup via RSVP-TE signaling protocol.
 
- 
- 
- 
Method Detail- 
isDefaultPSTpublic static boolean isDefaultPST(PathSetupType pst) Check whether Path is setup via RSVP-TE signaling protocol.- Parameters:
- pst- Path setup type
- Returns:
- true if setup is via RSVP-TE signaling protocol
 
 
- 
 
-