Class PCEPSegmentRoutingCapability
java.lang.Object
org.opendaylight.protocol.pcep.PCEPCapability
org.opendaylight.protocol.pcep.segment.routing.PCEPSegmentRoutingCapability
- 
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()static @NonNull PCEPSegmentRoutingCapabilityof()voidsetCapabilityProposal(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:PCEPCapabilitySets stateful capabilities tlv in incoming builder.- Specified by:
 setCapabilityProposalin classPCEPCapability- Parameters:
 address- peer address to assign capability proposalbuilder- for TLVs included in PCEPOpenObject
 - 
hashCode
public int hashCode()- Specified by:
 hashCodein classPCEPCapability
 - 
equals
- Specified by:
 equalsin classPCEPCapability
 
 -