S
- PCEPSession implementationpublic interface PCEPSessionNegotiatorFactory<S extends PCEPSession>
Modifier and Type | Method and Description |
---|---|
PCEPSessionProposalFactory |
getPCEPSessionProposalFactory()
Returns a PCEPSessionProposalFactory.
|
SessionNegotiator |
getSessionNegotiator(PCEPSessionNegotiatorFactoryDependencies sessionNegotiatorDependencies,
io.netty.channel.Channel channel,
io.netty.util.concurrent.Promise<S> promise)
Creates PCEPSessionNegotiator instance for income attributes.
|
@Nonnull SessionNegotiator getSessionNegotiator(@Nonnull PCEPSessionNegotiatorFactoryDependencies sessionNegotiatorDependencies, @Nonnull io.netty.channel.Channel channel, @Nonnull io.netty.util.concurrent.Promise<S> promise)
sessionNegotiatorDependencies
- contains PCEPSessionNegotiator dependencieschannel
- session channelpromise
- session promise@Nonnull PCEPSessionProposalFactory getPCEPSessionProposalFactory()
Copyright © 2019 OpenDaylight. All rights reserved.