Class PCEPSegmentRoutingCapability
java.lang.Object
org.opendaylight.protocol.pcep.PCEPCapability
org.opendaylight.protocol.pcep.segment.routing.PCEPSegmentRoutingCapability
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
static @NonNull PCEPSegmentRoutingCapability
of()
void
setCapabilityProposal
(InetSocketAddress address, TlvsBuilder builder) Sets stateful capabilities tlv in incoming builder.Methods inherited from class org.opendaylight.protocol.pcep.PCEPCapability
addToStringAttributes, toString
-
Method Details
-
of
-
setCapabilityProposal
Description copied from class:PCEPCapability
Sets stateful capabilities tlv in incoming builder.- Specified by:
setCapabilityProposal
in classPCEPCapability
- Parameters:
address
- peer address to assign capability proposalbuilder
- for TLVs included in PCEPOpenObject
-
hashCode
public int hashCode()- Specified by:
hashCode
in classPCEPCapability
-
equals
- Specified by:
equals
in classPCEPCapability
-