public final class BasePCEPSessionProposalFactory extends Object implements PCEPSessionProposalFactory
| Constructor and Description | 
|---|
| BasePCEPSessionProposalFactory(int deadTimer,
                              int keepAlive,
                              List<PCEPCapability> capabilities) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<PCEPCapability> | getCapabilities() | 
| Open | getSessionProposal(InetSocketAddress address,
                  int sessionId,
                  PCEPPeerProposal peerProposal) | 
public BasePCEPSessionProposalFactory(int deadTimer,
                                      int keepAlive,
                                      List<PCEPCapability> capabilities)
public Open getSessionProposal(InetSocketAddress address, int sessionId, PCEPPeerProposal peerProposal)
getSessionProposal in interface PCEPSessionProposalFactoryaddress - serves as constraint, so that factory is able to return different proposals for different
        addressessessionId - is used for creation of PCEPOpenObjectpeerProposal - for including information from peer to our Open messagepublic List<PCEPCapability> getCapabilities()
getCapabilities in interface PCEPSessionProposalFactoryCopyright © 2018 OpenDaylight. All rights reserved.