Modifier and Type | Class and Description |
---|---|
class |
PCEPDispatcherDependenciesImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
PCEPDispatcherDependencies
Contains all required dependencies for instantiate a PCEPDispatcher.
|
Modifier and Type | Method and Description |
---|---|
SessionNegotiator |
PCEPSessionNegotiatorFactory.getSessionNegotiator(PCEPSessionNegotiatorFactoryDependencies sessionNegotiatorDependencies,
io.netty.channel.Channel channel,
io.netty.util.concurrent.Promise<S> promise)
Creates PCEPSessionNegotiator instance for income attributes.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractPCEPSessionNegotiator |
DefaultPCEPSessionNegotiatorFactory.createNegotiator(PCEPSessionNegotiatorFactoryDependencies sessionNegotiatorDependencies,
io.netty.util.concurrent.Promise<PCEPSessionImpl> promise,
io.netty.channel.Channel channel,
short sessionId) |
protected abstract AbstractPCEPSessionNegotiator |
AbstractPCEPSessionNegotiatorFactory.createNegotiator(PCEPSessionNegotiatorFactoryDependencies snd,
io.netty.util.concurrent.Promise<PCEPSessionImpl> promise,
io.netty.channel.Channel channel,
short sessionId)
Create a new negotiator.
|
SessionNegotiator |
AbstractPCEPSessionNegotiatorFactory.getSessionNegotiator(PCEPSessionNegotiatorFactoryDependencies dependencies,
io.netty.channel.Channel channel,
io.netty.util.concurrent.Promise<PCEPSessionImpl> promise) |
Constructor and Description |
---|
PCEPSessionNegotiator(io.netty.channel.Channel channel,
io.netty.util.concurrent.Promise<PCEPSessionImpl> promise,
PCEPSessionNegotiatorFactoryDependencies dependencies,
AbstractPCEPSessionNegotiatorFactory negFactory) |
Modifier and Type | Class and Description |
---|---|
class |
TestToolPCEPDispatcherDependencies |
Copyright © 2019 OpenDaylight. All rights reserved.