public interface PCEPSessionProposalFactory
| Modifier and Type | Method and Description | 
|---|---|
| List<PCEPCapability> | getCapabilities() | 
| Open | getSessionProposal(InetSocketAddress address,
                  int sessionId,
                  PCEPPeerProposal peerProposal) | 
Open getSessionProposal(InetSocketAddress address, int sessionId, PCEPPeerProposal peerProposal)
address - 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 messageList<PCEPCapability> getCapabilities()
Copyright © 2018 OpenDaylight. All rights reserved.