S
- PCEPSession implementationpublic interface PCEPSessionNegotiatorFactory<S extends PCEPSession>
Modifier and Type | Method and Description |
---|---|
@NonNull PCEPSessionProposalFactory |
getPCEPSessionProposalFactory()
Returns a PCEPSessionProposalFactory.
|
@NonNull SessionNegotiator |
getSessionNegotiator(@NonNull PCEPSessionNegotiatorFactoryDependencies sessionNegotiatorDependencies,
@NonNull io.netty.channel.Channel channel,
@NonNull 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 © 2020 OpenDaylight. All rights reserved.