Class MessagesUtil
java.lang.Object
org.opendaylight.bgpcep.pcep.server.provider.MessagesUtil
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final byte
static final int
static final int
static final byte
static final byte
-
Method Summary
Modifier and TypeMethodDescriptionstatic Pcerr
createErrorMsg
(@NonNull PCEPErrors pcepErrors, org.opendaylight.yangtools.yang.common.Uint32 reqID) static Pcrep
createNoPathMessage
(Rp rp, byte reason) static Pcrep
createPcRepMessage
(Rp rp, P2p p2p, ConstrainedPath cpath) static Ero
getEro
(List<PathDescription> pathDescriptions)
-
Field Details
-
NO_PATH
public static final byte NO_PATH- See Also:
-
UNKNOWN_SOURCE
public static final byte UNKNOWN_SOURCE- See Also:
-
UNKNOWN_DESTINATION
public static final byte UNKNOWN_DESTINATION- See Also:
-
IGP_METRIC
public static final int IGP_METRIC- See Also:
-
TE_METRIC
public static final int TE_METRIC- See Also:
-
PATH_DELAY
public static final int PATH_DELAY- See Also:
-
-
Method Details
-
getEro
-
createPcRepMessage
-
createNoPathMessage
-
createErrorMsg
public static Pcerr createErrorMsg(@NonNull PCEPErrors pcepErrors, org.opendaylight.yangtools.yang.common.Uint32 reqID)
-