S
- public interface PCEPSessionNegotiatorFactory<S extends PCEPSession>
Modifier and Type | Method and Description |
---|---|
PCEPSessionProposalFactory |
getPCEPSessionProposalFactory() |
SessionNegotiator |
getSessionNegotiator(PCEPSessionListenerFactory sessionListenerFactory,
io.netty.channel.Channel channel,
io.netty.util.concurrent.Promise<S> promise,
PCEPPeerProposal peerProposal)
Creates PCEPSessionNegotiator instance for income attributes
|
SessionNegotiator getSessionNegotiator(PCEPSessionListenerFactory sessionListenerFactory, io.netty.channel.Channel channel, io.netty.util.concurrent.Promise<S> promise, PCEPPeerProposal peerProposal)
sessionListenerFactory
- channel
- promise
- peerProposal
- for including information from peer to our Open messagePCEPSessionProposalFactory getPCEPSessionProposalFactory()
Copyright © 2018 OpenDaylight. All rights reserved.