Class PCCServerPeerProposal
java.lang.Object
org.opendaylight.protocol.pcep.pcc.mock.protocol.PCCServerPeerProposal
- All Implemented Interfaces:
PCEPPeerProposal
-
Constructor Summary
ConstructorsConstructorDescriptionPCCServerPeerProposal(@NonNull org.opendaylight.yangtools.yang.common.Uint64 dbVersion) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetPeerSpecificProposal(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:PCEPPeerProposalSets specific TLVs into incoming builder.- Specified by:
setPeerSpecificProposalin interfacePCEPPeerProposal- Parameters:
address- pcep speaker addressopenBuilder- to assign specific proposal
-