Class PCCPeerProposal
java.lang.Object
org.opendaylight.protocol.pcep.pcc.mock.protocol.PCCPeerProposal
- All Implemented Interfaces:
PCEPPeerProposal
-
Constructor Summary
ConstructorDescriptionPCCPeerProposal
(@NonNull org.opendaylight.yangtools.yang.common.Uint64 dbVersion) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setPeerSpecificProposal
(InetSocketAddress address, TlvsBuilder openBuilder) Sets specific TLVs into incoming builder.
-
Constructor Details
-
PCCPeerProposal
public PCCPeerProposal(@NonNull org.opendaylight.yangtools.yang.common.Uint64 dbVersion) -
PCCPeerProposal
public PCCPeerProposal()
-
-
Method Details
-
setPeerSpecificProposal
Description copied from interface:PCEPPeerProposal
Sets specific TLVs into incoming builder.- Specified by:
setPeerSpecificProposal
in interfacePCEPPeerProposal
- Parameters:
address
- pcep speaker addressopenBuilder
- to assign specific proposal
-