Class PSTUtil
- java.lang.Object
-
- org.opendaylight.protocol.pcep.spi.PSTUtil
-
public final class PSTUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isDefaultPST(PathSetupType pst)
Check whether Path is setup via RSVP-TE signaling protocol.
-
-
-
Method Detail
-
isDefaultPST
public 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
-
-