Package | Description |
---|---|
org.opendaylight.protocol.pcep | |
org.opendaylight.protocol.pcep.impl | |
org.opendaylight.protocol.pcep.pcc.mock.protocol |
Modifier and Type | Method and Description |
---|---|
io.netty.channel.ChannelFuture |
PCEPDispatcher.createServer(InetSocketAddress address,
KeyMapping keys,
PCEPSessionListenerFactory listenerFactory,
PCEPPeerProposal peerProposal)
Creates server.
|
default io.netty.channel.ChannelFuture |
PCEPDispatcher.createServer(InetSocketAddress address,
Optional<KeyMapping> keys,
PCEPSessionListenerFactory listenerFactory,
PCEPPeerProposal peerProposal)
Deprecated.
|
io.netty.channel.ChannelFuture |
PCEPDispatcher.createServer(InetSocketAddress address,
PCEPSessionListenerFactory listenerFactory,
PCEPPeerProposal peerProposal)
Creates server.
|
SessionNegotiator |
PCEPSessionNegotiatorFactory.getSessionNegotiator(PCEPSessionListenerFactory sessionListenerFactory,
io.netty.channel.Channel channel,
io.netty.util.concurrent.Promise<S> promise,
PCEPPeerProposal peerProposal)
Creates PCEPSessionNegotiator instance for income attributes
|
Open |
PCEPSessionProposalFactory.getSessionProposal(InetSocketAddress address,
int sessionId,
PCEPPeerProposal peerProposal) |
Modifier and Type | Method and Description |
---|---|
protected AbstractPCEPSessionNegotiator |
DefaultPCEPSessionNegotiatorFactory.createNegotiator(io.netty.util.concurrent.Promise<PCEPSessionImpl> promise,
PCEPSessionListener listener,
io.netty.channel.Channel channel,
short sessionId,
PCEPPeerProposal peerProposal) |
protected abstract AbstractPCEPSessionNegotiator |
AbstractPCEPSessionNegotiatorFactory.createNegotiator(io.netty.util.concurrent.Promise<PCEPSessionImpl> promise,
PCEPSessionListener listener,
io.netty.channel.Channel channel,
short sessionId,
PCEPPeerProposal peerProposal)
Create a new negotiator.
|
io.netty.channel.ChannelFuture |
PCEPDispatcherImpl.createServer(InetSocketAddress address,
KeyMapping keys,
PCEPSessionListenerFactory listenerFactory,
PCEPPeerProposal peerProposal) |
io.netty.channel.ChannelFuture |
PCEPDispatcherImpl.createServer(InetSocketAddress address,
PCEPSessionListenerFactory listenerFactory,
PCEPPeerProposal peerProposal) |
SessionNegotiator |
AbstractPCEPSessionNegotiatorFactory.getSessionNegotiator(PCEPSessionListenerFactory factory,
io.netty.channel.Channel channel,
io.netty.util.concurrent.Promise<PCEPSessionImpl> promise,
PCEPPeerProposal peerProposal) |
Open |
BasePCEPSessionProposalFactory.getSessionProposal(InetSocketAddress address,
int sessionId,
PCEPPeerProposal peerProposal) |
Constructor and Description |
---|
PCEPSessionNegotiator(io.netty.channel.Channel channel,
io.netty.util.concurrent.Promise<PCEPSessionImpl> promise,
PCEPSessionListenerFactory factory,
AbstractPCEPSessionNegotiatorFactory negFactory,
PCEPPeerProposal peerProposal) |
Modifier and Type | Class and Description |
---|---|
class |
PCCPeerProposal |
class |
PCCServerPeerProposal |
Copyright © 2018 OpenDaylight. All rights reserved.