Package org.opendaylight.protocol.pcep
Interface PCEPPeerProposal
- All Known Implementing Classes:
PCCPeerProposal
,PCCServerPeerProposal
@NonNullByDefault
public interface PCEPPeerProposal
Proposal from peer for establishment of PCEP session.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setPeerSpecificProposal
(InetSocketAddress address, TlvsBuilder openBuilder) Sets specific TLVs into incoming builder.
-
Method Details
-
setPeerSpecificProposal
Sets specific TLVs into incoming builder.- Parameters:
address
- pcep speaker addressopenBuilder
- to assign specific proposal
-