Class PCCServerPeerProposal
java.lang.Object
org.opendaylight.protocol.pcep.pcc.mock.protocol.PCCServerPeerProposal
- All Implemented Interfaces:
PCEPPeerProposal
-
Constructor Summary
ConstructorDescriptionPCCServerPeerProposal
(@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
-
PCCServerPeerProposal
public PCCServerPeerProposal(@NonNull org.opendaylight.yangtools.yang.common.Uint64 dbVersion)
-
-
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
-